Function create_channel

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

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