macro_rules! well_known_scrypto_custom_type {
    ($t:ty, $value_kind:expr, $schema_type:expr, $size:expr, $well_known_type:ident, $well_known_type_data_method:ident) => { ... };
}
Expand description

A macro for implementing sbor traits (for statically sized types).