[][src]Trait fbthrift_git::BufExt

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

Required methods

fn reset(self) -> Self

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...