pub fn connect_to_protocol_at_dir_svc<P: DiscoverableProtocolMarker>(
directory: &impl AsRefDirectory,
) -> Result<P::Proxy, 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<P: DiscoverableProtocolMarker>(
directory: &impl AsRefDirectory,
) -> Result<P::Proxy, Error>
Connect to an instance of a FIDL protocol hosted in directory
, in the /svc/
subdir.