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

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

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