fidl_next::protocol::client

Function make_client

Source
pub fn make_client<T: Transport>(
    transport: T,
) -> (Dispatcher<T>, Client<T>, Events<T>)
Expand description

Makes a client endpoint from a transport endpoint.