pub trait SpecificFormattedValueIntrinsic: TryFromGlib<i64> + FormattedValueIntrinsic { }
Expand description
A trait implemented on the intrinsic type of a SpecificFormattedValue
.
§Examples
Undefined
is the intrinsic type forUndefined
.Bytes
is the intrinsic type forOption<Bytes>
.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.