Trait kilt_dip_primitives::traits::GetWithoutArg
source · pub trait GetWithoutArg {
type Result;
// Required method
fn get() -> Self::Result;
}
Expand description
A trait similar in functionality to the [frame_support::traits::Get
], but
with an associated return type.