Trait fluvio::metadata::partition::store::PartitionMd[]

pub trait PartitionMd<C> where
    C: MetadataItem
{ fn with_replicas(key: ReplicaKey, replicas: Vec<i32, Global>) -> Self;
fn quick<S>(partition: ((S, i32), Vec<i32, Global>)) -> Self
    where
        S: Into<String>
; }

Required methods

Implementors