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

Required Methods§

Implementations on Foreign Types§

Implementors§