pub trait PropertyReadType<T = Self> where
    T: PropertyReadType
{ fn get_value(v: &ColumnValue<'_>) -> Result<T>; }
Expand description

Get property value as Rust type.

Required Methods

Get property value as Rust type.

Implementations on Foreign Types

Implementors