macro_rules! expose_u128_get {
    ($name:ident,$bounded_get:ty) => { ... };
}
Expand description

Expose a Get<u128> implementation form a Get<BoundedU128> type.