Trait frame_support::traits::dynamic_params::TryIntoKey
source · pub trait TryIntoKey<T>: Sized {
type Error;
// Required method
fn try_into_key(self) -> Result<T, Self::Error>;
}
Required Associated Types§
Required Methods§
fn try_into_key(self) -> Result<T, Self::Error>
Object Safety§
This trait is not object safe.