Type Definition bytekey_fix::Result[][src]

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

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