pub struct CsrTransport;Expand description
CSR-backed transport for real guest execution.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CsrTransport
impl RefUnwindSafe for CsrTransport
impl Send for CsrTransport
impl Sync for CsrTransport
impl Unpin for CsrTransport
impl UnwindSafe for CsrTransport
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