Trait rorm_db::row::Decode

source ·
pub trait Decode<'r>: Type<Any> + Decode<'r, Any> { }
Expand description

Something which can be decoded from a Row’s cell.

Implementors§

source§

impl<'r, T: Type<Any> + Decode<'r, Any>> Decode<'r> for T