Trait rocketmq_common::common::attribute::AttributeTrait

source ·
pub trait AttributeTrait {
    // Required methods
    fn name(&self) -> String;
    fn changeable(&self) -> bool;
    fn verify(&self, value: &str);
}

Required Methods§

source

fn name(&self) -> String

source

fn changeable(&self) -> bool

source

fn verify(&self, value: &str)

Implementors§