Trait aoc_main::utils::TryUnwrap

source ·
pub trait TryUnwrap {
    type Val;

    fn try_unwrap(self) -> Result<Self::Val, String>;
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§