pub fn open_service_at( service_name: impl AsRef<str>, ) -> Result<DirectoryProxy, Error>
Opens a FIDL service with a custom name as a directory, which holds instances of the service.