pub fn connect_to_protocol_at_dir_svc<T: Connect>(
directory: &impl AsRefDirectory,
) -> Result<T, Error>
Expand description
Connect to an instance of a FIDL protocol hosted in directory
, in the /svc/
subdir.
pub fn connect_to_protocol_at_dir_svc<T: Connect>(
directory: &impl AsRefDirectory,
) -> Result<T, Error>
Connect to an instance of a FIDL protocol hosted in directory
, in the /svc/
subdir.