[]Trait fluvio::metadata::core::MetadataItem

pub trait MetadataItem: Clone + Default + Debug {
    type UId: PartialEq<Self::UId>;
    fn uid(&self) -> &Self::UId;
fn is_newer(&self, another: &Self) -> bool; }

Associated Types

type UId: PartialEq<Self::UId>

Loading content...

Required methods

fn uid(&self) -> &Self::UId

fn is_newer(&self, another: &Self) -> bool

checkif item is newer

Loading content...

Implementations on Foreign Types

impl MetadataItem for String

type UId = String

Loading content...

Implementors

Loading content...