pub fn handle_struct(
    db: &dyn SyntaxGroup,
    struct_ast: ItemStruct
) -> PluginResult
Expand description

Derive the Event trait for structs annotated with derive(starknet::Event).