pub fn create_channel<P>() -> (ClientEnd<P, DriverChannel>, ServerEnd<P, DriverChannel>)
Expand description
Creates a pair of [fidl_next::ClientEnd
] and [fidl_next::ServerEnd
] backed by a new
pair of DriverChannel
s using the default CurrentDispatcher