Trait fluvio_storage::OffsetPosition[][src]

pub trait OffsetPosition: Sized {
    fn to_be(self) -> Self;
fn offset(&self) -> Size;
fn position(&self) -> Size; }

Required methods

fn to_be(self) -> Self[src]

convert to be endian

fn offset(&self) -> Size[src]

fn position(&self) -> Size[src]

Loading content...

Implementations on Foreign Types

impl OffsetPosition for (Size, Size)[src]

Loading content...

Implementors

Loading content...