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.

Implementations on Foreign Types§

source§

impl OtherFormatConstructor for u64

Implementors§