Skip to main content

ZipFmt

Trait ZipFmt 

Source
trait ZipFmt<A, B> {
    // Required method
    fn fmt(&self, f: &mut Formatter<'_>) -> Result;
}

Required Methods§

Source

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§