Struct soketto::data::ByteSlice125 [−][src]
pub struct ByteSlice125<'a>(_);
Wrapper type which restricts the length of its byte slice to 125 bytes.
pub struct ByteSlice125<'a>(_);
Wrapper type which restricts the length of its byte slice to 125 bytes.
impl<'a> RefUnwindSafe for ByteSlice125<'a>
impl<'a> Send for ByteSlice125<'a>
impl<'a> Sync for ByteSlice125<'a>
impl<'a> Unpin for ByteSlice125<'a>
impl<'a> UnwindSafe for ByteSlice125<'a>