Trait fbthrift_git::BufMutExt[][src]

pub trait BufMutExt: BufMut {
    type Final: Send + 'static;
    fn finalize(self) -> Self::Final;

    fn put_varint_u64(&mut self, v: u64)
    where
        Self: Sized
, { ... }
fn put_varint_i64(&mut self, v: i64)
    where
        Self: Sized
, { ... } }

Associated Types

type Final: Send + 'static[src]

Loading content...

Required methods

fn finalize(self) -> Self::Final[src]

Loading content...

Provided methods

fn put_varint_u64(&mut self, v: u64) where
    Self: Sized
[src]

fn put_varint_i64(&mut self, v: i64) where
    Self: Sized
[src]

Loading content...

Implementations on Foreign Types

impl BufMutExt for BytesMut[src]

type Final = Bytes

impl BufMutExt for SizeCounter[src]

type Final = usize

Loading content...

Implementors

Loading content...