Trait sqlite::ValueInto

source ·
pub trait ValueInto: Sized {
    fn into(value: &Value) -> Option<Self>;
}
Expand description

A type that values can be converted into.

Required Methods

Implementations on Foreign Types

Implementors