Function amber::util::catch[][src]

pub fn catch<F, T, E>(closure: F) -> Result<T, E> where
    F: FnOnce() -> Result<T, E>,