[][src]Type Definition serde_hex::types::Result

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

An alias of std::result::Result with this crate's Error type inserted by default.