Trait cdrs::types::IntoRustByName [] [src]

pub trait IntoRustByName<R> {
    fn get_by_name(&self, name: &str) -> Option<CDRSResult<R>>;
}

Should be used to return a single column as Rust value by its name.

Required Methods

Implementors