Struct tendril::fmt::Bytes  
            
                [−]
            
        [src]
pub struct Bytes;
Marker type for uninterpreted bytes.
Validation will never fail for this format.
pub struct Bytes;
Marker type for uninterpreted bytes.
Validation will never fail for this format.
impl Format for Bytesfn validate(_: &[u8]) -> boolfn validate_prefix(buf: &[u8]) -> boolfn validate_suffix(buf: &[u8]) -> boolfn validate_subseq(buf: &[u8]) -> boolunsafe fn fixup(_lhs: &[u8], _rhs: &[u8]) -> Fixupimpl SliceFormat for Bytesimpl Debug for Bytesimpl Default for Bytesimpl Clone for Bytesfn clone(&self) -> Bytesfn clone_from(&mut self, source: &Self)impl Copy for Bytes
                    Prefix searches with a type followed by a colon (e.g.
                    fn:) to restrict the search to a given type.
                
                    Accepted types are: fn, mod,
                    struct, enum,
                    trait, type, macro,
                    and const.
                
                    Search functions by type signature (e.g.
                    vec -> usize)