[][src]Trait libimagutil::debug_option::DebugOption

pub trait DebugOption<T>: Sized {
    fn map_dbg<F: FnOnce(&T) -> String>(self, f: F) -> Self;

    fn map_dbg_str(self, s: &str) -> Self { ... }
}

Required methods

fn map_dbg<F: FnOnce(&T) -> String>(self, f: F) -> Self

Loading content...

Provided methods

fn map_dbg_str(self, s: &str) -> Self

Loading content...

Implementations on Foreign Types

impl<T> DebugOption<T> for Option<T>[src]

fn map_dbg_str(self, s: &str) -> Self[src]

Loading content...

Implementors

Loading content...