Skip to main content

tpm2b_struct

Macro tpm2b_struct 

Source
macro_rules! tpm2b_struct {
    (
        $(#[$meta:meta])*
        wire: $wire_ty:ident,
        $wrapper_ty:ident, $inner_ty:ty) => { ... };
}