Trait rd_interface::context::CommonField[][src]

pub trait CommonField {
    type Type: DeserializeOwned + Serialize;

    const KEY: &'static str;
}

Defines common used field with its key and type

Associated Types

Loading content...

Associated Constants

const KEY: &'static str[src]

Loading content...

Implementors

Loading content...