pubmodbytes;pubtraitFromTemplate: Copy {fntype_name(&self)->&'staticstr;fntry_from(&self)->&'staticstr;fnref_type(&self)-> ReferenceType;}/// ReferenceType defines how the generated code should pass type instances when
/// decoding nested data structures.
#[derive(Debug, Clone, Copy)]pubenumReferenceType{
ByValue,
ByRef,}