Fields
unfix: Box<dyn HasRecApp<F, (RecX<C, F>, C)> + 'static, Global>
Trait Implementations
sourceimpl<C, F> Protocol for RecX<C, F> where
C: 'static + Send,
F: Protocol + RecApp<(RecX<C, F>, C)>,
impl<C, F> Protocol for RecX<C, F> where
C: 'static + Send,
F: Protocol + RecApp<(RecX<C, F>, C)>,
type ClientEndpoint = ReceiverOnce<RecEndpoint<F, (RecX<C, F>, C)>>
type ProviderEndpoint = SenderOnce<RecEndpoint<F, (RecX<C, F>, C)>>
fn create_endpoints(
) -> (<RecX<C, F> as Protocol>::ProviderEndpoint, <RecX<C, F> as Protocol>::ClientEndpoint)
fn forward(
client_end: <RecX<C, F> as Protocol>::ClientEndpoint,
provider_end: <RecX<C, F> as Protocol>::ProviderEndpoint
) -> Pin<Box<dyn Future<Output = ()> + Send + 'static, Global>>
type Applied = RecX<(), <F as SharedRecApp<X>>::Applied>
impl<C, F> SealedProtocol for RecX<C, F>
Auto Trait Implementations
impl<C, F> !RefUnwindSafe for RecX<C, F>
impl<C, F> Send for RecX<C, F>
impl<C, F> !Sync for RecX<C, F>
impl<C, F> Unpin for RecX<C, F>
impl<C, F> !UnwindSafe for RecX<C, F>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more