[][src]Type Definition bytekey_fix::Result

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

A short-hand for result::Result<T, bytekey::Error>.