pub trait SpecificFormattedValueIntrinsic: TryFromGlib<i64> + FormattedValueIntrinsic { }
Expand description

A trait implemented on the intrinsic type of a SpecificFormattedValue.

§Examples

  • Undefined is the intrinsic type for Undefined.
  • Bytes is the intrinsic type for Option<Bytes>.

Object Safety§

This trait is not object safe.

Implementors§