[][src]Trait fbthrift::BufExt

pub trait BufExt: Buf {
    pub fn reset(self) -> Self;
}

Required methods

pub fn reset(self) -> Self[src]

Reset buffer back to the beginning.

Loading content...

Implementations on Foreign Types

impl BufExt for Cursor<Bytes>[src]

impl BufExt for Cursor<Bytes>[src]

Loading content...

Implementors

Loading content...