Type Definition cagra::error::Result [] [src]

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

abbrev of Result using the master error enum Error