Skip to main content

Fmt

Trait Fmt 

Source
pub trait Fmt<'a>: Sized {
    // Required method
    fn fmt(&self) -> &Arguments<'a>;
}

Required Methods§

Source

fn fmt(&self) -> &Arguments<'a>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<'a> Fmt<'a> for ()

Source§

fn fmt(&self) -> &Arguments<'a>

Source§

impl<'a> Fmt<'a> for Arguments<'a>

Source§

fn fmt(&self) -> &Arguments<'a>

Implementors§