Skip to main content

FieldProjection

Trait FieldProjection 

Source
pub trait FieldProjection {
    // Required method
    fn get_value_by_index(&self, index: usize) -> Option<Value>;
}

Required Methods§

Source

fn get_value_by_index(&self, index: usize) -> Option<Value>

Resolve one field value by stable field slot index.

Implementors§