pub fn connect_server_end_to_protocol_at<P: Discoverable>( server_end: ServerEnd<P>, service_directory_path: &str, ) -> Result<(), Error>
Connect to a FIDL protocol using the provided server end and namespace prefix.