pub trait OrderID {
    fn order_id(&self) -> &str;
}

Required methods

Implementations on Foreign Types

Implementors