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);
}