pub trait SchemaMapped { // Required method fn get_field(&self, name: &str) -> Value; }
Trait for types that can be mapped to schema values.
Gets field value by name.