[][src]Trait libimagutil::info_option::InfoResult

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

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

Required methods

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

Loading content...

Provided methods

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

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...