pub fn impl_def_attributes(
    db: &dyn SemanticGroup,
    impl_def_id: ImplDefId
) -> Maybe<Vec<Attribute>>
Expand description