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

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

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