Skip to main content

SchemaMapped

Trait SchemaMapped 

Source
pub trait SchemaMapped {
    // Required method
    fn get_field(&self, name: &str) -> Value;
}
Expand description

Trait for types that can be mapped to schema values.

Required Methods§

Source

fn get_field(&self, name: &str) -> Value

Gets field value by name.

Implementors§