Skip to main content

ValueFormatProvider

Trait ValueFormatProvider 

Source
pub trait ValueFormatProvider {
    // Required method
    fn value_format() -> ValueFormat;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§