BspValue

Derive Macro BspValue 

Source
#[derive(BspValue)]
Expand description

Automatically implements BspValue on structs in the order of the fields, or unit enums with #[repr(...)] and explicit discriminants (e.g. Foo = 1).