pub fn connect_in_paths<T: ProtocolMarker>(
    glob_paths: &[&str],
) -> Result<Option<T::Proxy>, Error>Expand description
Connects to a protocol served at a path that matches a glob pattern.
Returns a proxy to the first path that matches a pattern in glob_paths,
or None if no matching paths exist.