pub trait FeatureResolver<'g> {
    fn accept(
        &mut self,
        query: &FeatureQuery<'g>,
        link: ConditionalLink<'g>
    ) -> bool; }
Expand description

Represents whether a particular link within a feature graph should be followed during a resolve operation.

Required Methods§

Returns true if this conditional link should be followed during a resolve operation.

Trait Implementations§

Returns true if this conditional link should be followed during a resolve operation.
Returns true if this conditional link should be followed during a resolve operation.

Implementations on Foreign Types§

Implementors§