Skip to main content

UndefinedFormatConstructor

Trait UndefinedFormatConstructor 

Source
pub trait UndefinedFormatConstructor {
    // Required method
    fn undefined_format(self) -> Undefined;
}
Expand description

Undefined formatted value constructor trait.

Required Methods§

Source

fn undefined_format(self) -> Undefined

Builds an Undefined formatted value from self.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl UndefinedFormatConstructor for i64

Implementors§