Trait rsfbclient_core::ColumnToVal[][src]

pub trait ColumnToVal<T> {
    fn to_val(self) -> Result<T, FbError>
    where
        Self: Sized
; }

Define the conversion from the buffer to a value

Required methods

fn to_val(self) -> Result<T, FbError> where
    Self: Sized
[src]

Loading content...

Implementors

Loading content...