Trait helix::UncheckedValue [] [src]

pub trait UncheckedValue<T> {
    fn to_checked(self) -> CheckResult<T>;
}

Required Methods

Implementors