Function fdio::service_connect_at

source ·
pub fn service_connect_at(
    dir: &Channel,
    service_path: &str,
    channel: Channel
) -> Result<(), Status>
Expand description

Connects a channel to a named service relative to a directory dir. dir must be a directory protocol channel.