[][src]Trait fluvio_storage::OffsetPosition

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

Required methods

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

convert to be endian

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

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

Loading content...

Implementations on Foreign Types

impl OffsetPosition for (Size, Size)[src]

Loading content...

Implementors

Loading content...