[−][src]Trait frame_support::traits::Get
A trait for querying a single value from a type.
It is not required that the value is constant.
Required methods
fn get() -> T
Return the current value.
A trait for querying a single value from a type.
It is not required that the value is constant.
fn get() -> TReturn the current value.
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]