pub fn connect_to_protocol_at<T: Connect>( service_prefix: impl AsRef<str>, ) -> Result<T, Error>
Connect to a FIDL protocol using the provided namespace prefix.