Function connect_to_protocol_at

Source
pub fn connect_to_protocol_at<T: Connect>(
    service_prefix: impl AsRef<str>,
) -> Result<T, Error>
Expand description

Connect to a FIDL protocol using the provided namespace prefix.