pub trait AuctionID {
    fn auction_id(&self) -> &str;
}

Required methods

Implementations on Foreign Types

Implementors