basehangul::DecodeResult [-] [+] [src]

type DecodeResult<T> = Result<T, Cow<'static, str>>;

The enum that contains either T or a decoding error.