pub struct StableConduit<F: MsgFamily, LS: LinkSource> { /* private fields */ }Implementations§
Source§impl<F: MsgFamily, LS: LinkSource> StableConduit<F, LS>
impl<F: MsgFamily, LS: LinkSource> StableConduit<F, LS>
pub async fn new(source: LS) -> Result<Self, StableConduitError>
Trait Implementations§
Source§impl<F: MsgFamily, LS> Conduit for StableConduit<F, LS>
impl<F: MsgFamily, LS> Conduit for StableConduit<F, LS>
Source§impl<F: MsgFamily, LS: LinkSource> IntoConduit for StableConduit<F, LS>
Available on non-WebAssembly only.crate::StableConduit passes through unchanged.
impl<F: MsgFamily, LS: LinkSource> IntoConduit for StableConduit<F, LS>
Available on non-WebAssembly only.
crate::StableConduit passes through unchanged.
Source§type Conduit = StableConduit<F, LS>
type Conduit = StableConduit<F, LS>
The conduit type produced by this conversion.
Source§fn into_conduit(self) -> Self::Conduit
fn into_conduit(self) -> Self::Conduit
Convert into a conduit.
Auto Trait Implementations§
impl<F, LS> Freeze for StableConduit<F, LS>
impl<F, LS> RefUnwindSafe for StableConduit<F, LS>
impl<F, LS> Send for StableConduit<F, LS>
impl<F, LS> Sync for StableConduit<F, LS>
impl<F, LS> Unpin for StableConduit<F, LS>
impl<F, LS> UnsafeUnpin for StableConduit<F, LS>
impl<F, LS> UnwindSafe for StableConduit<F, LS>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more