[][src]Type Definition rfc2047_decoder::Result

type Result<T> = Result<T, Error>;

Wrapper around std::result::Result.