pub trait ResolvedInstanceInterfaceExt: ResolvedInstanceInterface {
    // Provided method
    fn offer_source_exists(&self, source: &OfferSource) -> bool { ... }
}
Expand description

An extension trait providing functionality for any model of a resolved component.

Provided Methods§

source

fn offer_source_exists(&self, source: &OfferSource) -> bool

Returns true if the given offer source refers to a valid entity, e.g., a child that exists, a declared collection, etc.

Implementors§