Trait pallet_tenancy::TypedGet
Expand description
A trait for querying a single value from a type defined in the trait.
It is not required that the value is constant.
Required Associated Types§
type Type
type Type
The type which is returned.