pub trait ColumnToVal<T> { fn to_val(self) -> Result<T, FbError> where Self: Sized; }
Define the conversion from the buffer to a value