Function mdrv::proxy_handle::create

source ·
pub fn create<P, H, T, R>(
    user_proxy: P,
    user_handle: H
) -> Result<(ProxyWrapper<P, T, R>, Handle<H, T, R>)>where
    P: UserProxy<T, R>,
    H: UserHandle<T, R>,
    T: TxExt,
    R: RxExt,