Function check_params_for_impl_method_and_trait_method_match

Source
fn check_params_for_impl_method_and_trait_method_match(
    impl_method: &UnitHead,
    trait_method: &UnitHead,
    impl_target_type: &TypeSpec,
) -> Result<()>