Function create_channel

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

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