pub trait TicketResponseTrait {
    // Required method
    fn result(&self) -> TicketResponseResult;
}

Required Methods§

Implementors§