Function fidl::endpoints::create_endpoints
source ยท pub fn create_endpoints<T: ProtocolMarker>() -> (ClientEnd<T>, ServerEnd<T>)
Expand description
Creates client and server endpoints connected to by a channel.
pub fn create_endpoints<T: ProtocolMarker>() -> (ClientEnd<T>, ServerEnd<T>)
Creates client and server endpoints connected to by a channel.