callable_sig_from_fn_trait

Function callable_sig_from_fn_trait 

Source
pub fn callable_sig_from_fn_trait<'db>(
    self_ty: Ty<'db>,
    trait_env: ParamEnvAndCrate<'db>,
    db: &'db dyn HirDatabase,
) -> Option<(FnTrait, PolyFnSig<'db>)>
Expand description

To be used from hir only.