pub type LookupU32<'a> = TypedLookup<'a, u32>;
struct LookupU32<'a> { /* private fields */ }
Returns the value associated with the given index.
Self