cglue_impl_group!() { /* proc-macro */ }
Expand description

Implement a CGlue group for a specific type.

Arguments

  1. The name of the type to implement the group for.

  2. The name of the group to implement.

  3. Optional traits that this object contains. Either a single trait, or a braced list of traits.