Skip to main content

Row

Trait Row 

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

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§