Trait fluvio_stream_model::core::Spec[][src]

pub trait Spec: Default + Debug + Clone + PartialEq {
    type Status: Status;
    type Owner: Spec;
    type IndexKey: Debug + Eq + Hash + Clone + ToString;

    const LABEL: &'static str;
}

Associated Types

Loading content...

Associated Constants

const LABEL: &'static str[src]

Loading content...

Implementors

Loading content...