Trait sea_orm::TryGetable[][src]

pub trait TryGetable: Sized {
    fn try_get(
        res: &QueryResult,
        pre: &str,
        col: &str
    ) -> Result<Self, TryGetError>; }

Required methods

Implementations on Foreign Types

Implementors