pub fn create_channel<P>() -> (ClientEnd<P>, ServerEnd<P>)
Creates a ClientEnd and ServerEnd for the given protocol over Zircon channels.
ClientEnd
ServerEnd