#[derive(ULE)]
Expand description
Custom derive for ULE
.
This can be attached to Copy
structs containing only ULE
types.
Most of the time, it is recommended one use #[make_ule]
instead of defining
a custom ULE type.
Full docs for this proc macro can be found on the zerovec
crate.