Function open_service_at

Source
pub fn open_service_at(
    service_name: impl AsRef<str>,
) -> Result<DirectoryProxy, Error>
Expand description

Opens a FIDL service with a custom name as a directory, which holds instances of the service.