frame_support
28.0.0
IntoKey
Required Methods
into_key
Object Safety
Implementors
In frame_support::traits::dynamic_params
Trait
frame_support
::
traits
::
dynamic_params
::
IntoKey
Copy item path
source
·
[
−
]
pub trait IntoKey<T>:
Sized
{ // Required method fn
into_key
(self) -> T; }
Required Methods
§
source
fn
into_key
(self) -> T
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T, U>
IntoKey
<U> for T
where U:
FromKey
<T>,