create_channel

Function create_channel 

Source
pub fn create_channel<P>() -> (ClientEnd<P>, ServerEnd<P>)
Expand description

Creates a ClientEnd and ServerEnd for the given protocol over Zircon channels.