Trait sea_orm::TryGetable[][src]

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

Required methods

Implementations on Foreign Types

Implementors