pub trait FromSqlOwnedwhere
    Self: Sized,
{ fn from_sql_owned(value: ColumnData<'static>) -> Result<Option<Self>>; }
Expand description

A conversion trait from a TDS type by-value.

Required Methods§

Returns the value, None being a null value, taking the ownership.

Implementations on Foreign Types§

Implementors§