pub struct OpBootstrap {}Implementations§
Source§impl OpBootstrap
impl OpBootstrap
pub async fn bootstrap<E, D>( encoder: E, dispatcher: &D, opts: BootstrapOptions, ) -> Result<BootstrapResult>
Auto Trait Implementations§
impl Freeze for OpBootstrap
impl RefUnwindSafe for OpBootstrap
impl Send for OpBootstrap
impl Sync for OpBootstrap
impl Unpin for OpBootstrap
impl UnsafeUnpin for OpBootstrap
impl UnwindSafe for OpBootstrap
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