fidl_next::protocol::server

Function make_server

Source
pub fn make_server<T: Transport>(transport: T) -> (Server<T>, Requests<T>)
Expand description

Makes a server endpoint from a transport endpoint.