Skip to main content

OtherFormatConstructor

Trait OtherFormatConstructor 

Source
pub trait OtherFormatConstructor {
    // Required method
    fn other_format(self) -> Other;
}
Expand description

Other formatted value constructor trait.

Required Methods§

Source

fn other_format(self) -> Other

Builds an Other 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 OtherFormatConstructor for u64

Implementors§