Trait rorm_db::row::DecodeOwned

source ·
pub trait DecodeOwned: for<'r> Decode<'r> { }
Expand description

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

Implementors§

source§

impl<T: for<'r> Decode<'r>> DecodeOwned for T