Function create_channel

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

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