Struct everscale_types::models::config::ParamIdentity
source · #[repr(transparent)]pub struct ParamIdentity<T>(_);Expand description
Identity wrapper for ConfigParamWrapper.
Trait Implementations§
source§impl<T> ConfigParamWrapper<T> for ParamIdentity<T>
impl<T> ConfigParamWrapper<T> for ParamIdentity<T>
source§fn into_inner(self) -> T
fn into_inner(self) -> T
Converts this wrapper into an underlying type.