fn named_target(selector: String, baud: u32) -> Result<Target>Expand description
Classify a connect selector that is not a scan-listing number.
The tcp:// test comes first: the scheme’s own slashes would
satisfy the path rule below it. A bare host:port stays a BLE
selector — the scheme is what separates an endpoint from a name.