[][src]Trait dync::HasDebug

pub trait HasDebug {
    fn fmt_fn(
        &self
    ) -> &unsafe fn(_: &[u8], _: &mut Formatter) -> Result<(), Error>; }

Required methods

fn fmt_fn(&self) -> &unsafe fn(_: &[u8], _: &mut Formatter) -> Result<(), Error>

Loading content...

Implementations on Foreign Types

impl<V: HasDebug> HasDebug for (DropFn, V)[src]

Loading content...

Implementors

Loading content...