Struct coatcheck::ClaimError
[-]
[src]
pub struct ClaimError {
pub kind: ErrorKind,
pub ticket: Ticket,
}The error yielded when a claim fails.
Fields
kind | The error kind. |
ticket | The ticket used in the failed claim. |