Function extract_struct_trait

Source
fn extract_struct_trait(
    node: &mut AstNodeSrc,
    trait_name: &str,
    methods: &[&str],
)