Trait fluvio_stream_model::core::Spec

source ·
pub trait Spec: Default + Debug + Clone + PartialEq + Send + Sync + 'static {
    type Status: Status;
    type Owner: Spec;
    type IndexKey: Debug + Eq + Hash + Clone + ToString + FromStr + Display + Send + Sync;

    const LABEL: &'static str;
}

Required Associated Types§

Required Associated Constants§

source

const LABEL: &'static str

Object Safety§

This trait is not object safe.

Implementors§