Skip to main content

check_struct

Function check_struct 

Source
fn check_struct(
    ctx: &AstCtx<'_>,
    item: &Struct,
    methods: &FastMap<String, Vec<(String, bool)>>,
) -> Vec<Violation>