Trait frame_support::traits::Get [−][src]
A trait for querying a single value from a type.
It is not required that the value is constant.
A trait for querying a single value from a type.
It is not required that the value is constant.
impl<T: Default> Get<T> for ()
[src]impl<I: From<RuntimeDbWeight>> Get<I> for ParityDbWeight
[src]impl<I: From<RuntimeDbWeight>> Get<I> for RocksDbWeight
[src]impl<I: From<Weight>> Get<I> for BlockExecutionWeight
[src]impl<I: From<Weight>> Get<I> for ExtrinsicBaseWeight
[src]