[][src]Trait sozu_lib::util::UnwrapLog

pub trait UnwrapLog<T> {
    fn unwrap_log(
        self,
        file: &str,
        line: u32,
        module_path: &str,
        expression: &str
    ) -> T; }

Required methods

fn unwrap_log(
    self,
    file: &str,
    line: u32,
    module_path: &str,
    expression: &str
) -> T

Loading content...

Implementations on Foreign Types

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

impl<T, E: Debug> UnwrapLog<T> for Result<T, E>[src]

Loading content...

Implementors

Loading content...