Struct soketto::data::SliceTooLarge [−][src]
pub struct SliceTooLarge(_);
Error, if converting to ByteSlice125
fails.
Trait Implementations
impl Clone for SliceTooLarge
[src]
impl Clone for SliceTooLarge
[src]pub struct SliceTooLarge(_);
Error, if converting to ByteSlice125
fails.
impl Clone for SliceTooLarge
[src]fn clone(&self) -> SliceTooLarge
[src]pub fn clone_from(&mut self, source: &Self)
1.0.0[src]impl RefUnwindSafe for SliceTooLarge
impl Send for SliceTooLarge
impl Sync for SliceTooLarge
impl Unpin for SliceTooLarge
impl UnwindSafe for SliceTooLarge