Trait orml_traits::parameters::Key

source ·
pub trait Key {
    type Value;
    type WrappedValue: Into<Self::Value>;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§