pub fn impl_function_body(
    db: &dyn SemanticGroup,
    impl_function_id: ImplFunctionId
) -> Maybe<Arc<FunctionBody>>
Expand description