Struct bytes::SmallByteStrBuf 
            
                [−]
            
        [src]
pub struct SmallByteStrBuf {
    // some fields omitted
}pub struct SmallByteStrBuf {
    // some fields omitted
}impl Buf for SmallByteStrBuffn remaining(&self) -> usizefn bytes(&self) -> &[u8]fn advance(&mut self, cnt: usize)fn has_remaining(&self) -> boolfn read_slice(&mut self, dst: &mut [u8]) -> usizefn read_byte(&mut self) -> Option<u8>impl Clone for SmallByteStrBuffn clone(&self) -> SmallByteStrBuffn clone_from(&mut self, source: &Self)