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