[][src]Function mybound::unwrap_or_else

pub fn unwrap_or_else<T, F>(bound: Bound<T>, f: F) -> T where
    F: FnOnce() -> T,