Function ast_trait_spec

Source
pub fn ast_trait_spec(
    name: &str,
    type_params: Option<Vec<TypeExpression>>,
) -> Loc<TraitSpec>