Trait spin_sdk::mysql::Decode

source ·
pub trait Decode: Sized {
    fn decode(value: &DbValue) -> Result<Self, Error>;
}
Expand description

A type that can be decoded from the database.

Required Methods§

Decode a new value of this type using a DbValue.

Implementations on Foreign Types§

Implementors§