Struct wiggle::GuestStr [−][src]
pub struct GuestStr<'a> { /* fields omitted */ }Expand description
A smart pointer to an shareable str in guest memory.
Usable as a &'a str via std::ops::Deref.
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for GuestStr<'a>
impl<'a> !UnwindSafe for GuestStr<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more