pub fn new<C: From<Channel> + NonblockReply>(
    b: BusType
) -> Result<(IOResource<C>, Arc<C>), Error>
Expand description

Generic connection creator, you might want to use e g new_session_local, new_system_sync etc for convenience.