Trait sql::func::GetReturnType[][src]

pub trait GetReturnType {
    fn return_type(
        &self,
        ecx: &ExprContext<'_>,
        param_list: &ParamList
    ) -> ReturnType; }

Required methods

Implementations on Foreign Types

Implementors