[][src]Trait asciii::project::spec::Offerable

pub trait Offerable {
    fn appendix(&self) -> Option<i64>;
fn date(&self) -> Option<Date<Utc>>;
fn number(&self) -> Option<String>; }

Stage 1: requirements for an offer

Required Methods

Raised if the offer number is reused

When was the offer created

ID of an the offer

Implementors

impl<'a> Offerable for Offer<'a>
[src]