BizContenter

Trait BizContenter 

Source
pub trait BizContenter: Serialize {
    // Required methods
    fn method(&self) -> String;
    fn set(&mut self, key: &str, value: JsonV<String>);
}

Required Methods§

Source

fn method(&self) -> String

Source

fn set(&mut self, key: &str, value: JsonV<String>)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§