Trait syncio::ServiceConnector
source · pub trait ServiceConnector {
// Required method
fn connect(service: &str, server_end: Channel) -> Status;
}
Expand description
A trait that provides functionality to connect a channel to a FIDL service.