macro_rules! expose_u128_get {
($name:ident,$bounded_get:ty) => { ... };
}
Expand description
Expose a Get<u128>
implementation form a Get<BoundedU128>
type.
macro_rules! expose_u128_get {
($name:ident,$bounded_get:ty) => { ... };
}
Expose a Get<u128>
implementation form a Get<BoundedU128>
type.