Trait cdrs::types::AsRustType[][src]

pub trait AsRustType<T> {
    fn as_rust_type(&self) -> CDRSResult<Option<T>>;

    fn as_r_type(&self) -> CDRSResult<T> { ... }
}

Should be used to represent a single column as a Rust value.

Required Methods

Provided Methods

Implementors