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

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

The result type used to describe all falible operations of the scryfall crate.