bytekey::Result [−] [src]

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

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