tpm_tagged_struct

Macro tpm_tagged_struct 

Source
macro_rules! tpm_tagged_struct {
    (
        $(#[$outer:meta])*
        $vis:vis struct $name:ident {
            pub $tag_field:ident: $tag_ty:ty,
            pub $value_field:ident: $value_ty:ty,
        }
    ) => { ... };
}