Skip to main content

DebugIdentify

Trait DebugIdentify 

Source
pub trait DebugIdentify {
    // Required method
    fn debug_identify_type(f: &mut Formatter<'_>) -> Result<(), Error>;

    // Provided method
    fn debug_identify(&self, f: &mut Formatter<'_>) -> Result<(), Error> { ... }
}

Required Methods§

Provided Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§