pub trait Decode {
    fn decode(row: &OracleData) -> Result<Value, Error>;
}

Required Methods

Implementations on Foreign Types

Implementors