[][src]Type Definition bytekey2::ser::Result

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

Shorthand for Result<T, bytekey::ser::Error>.