Enum soketto::Storage [−][src]
A buffer type used for implementing Extension
s.
Variants
A read-only shared byte slice.
A mutable byte slice.
An owned byte buffer.
A buffer type used for implementing Extension
s.
A read-only shared byte slice.
A mutable byte slice.
An owned byte buffer.
impl<'a> RefUnwindSafe for Storage<'a>
impl<'a> Send for Storage<'a>
impl<'a> Sync for Storage<'a>
impl<'a> Unpin for Storage<'a>
impl<'a> !UnwindSafe for Storage<'a>