cm_rust

Trait OfferDeclCommon

Source
pub trait OfferDeclCommon:
    SourceName
    + SourcePath
    + Debug
    + Send
    + Sync {
    // Required methods
    fn target_name(&self) -> &Name;
    fn target(&self) -> &OfferTarget;
    fn source(&self) -> &OfferSource;
    fn availability(&self) -> &Availability;
}
Expand description

The common properties of an Offer declaration.

Required Methods§

Source

fn target_name(&self) -> &Name

Source

fn target(&self) -> &OfferTarget

Source

fn source(&self) -> &OfferSource

Source

fn availability(&self) -> &Availability

Implementors§