Trait WouldApply

Source
pub trait WouldApply {
    // Required method
    fn would_apply(&self, ctx: &WouldApplyContext<'_>) -> bool;
}
Expand description

Find out whether a lookup would be applied.

Required Methods§

Source

fn would_apply(&self, ctx: &WouldApplyContext<'_>) -> bool

Whether the lookup would be applied.

Implementations on Foreign Types§

Source§

impl WouldApply for ChainedContextLookup<'_>

Source§

impl WouldApply for ContextLookup<'_>

Source§

impl WouldApply for SingleSubstitution<'_>

Source§

impl WouldApply for SubstitutionSubtable<'_>

Source§

impl WouldApply for AlternateSubstitution<'_>

Source§

impl WouldApply for Ligature<'_>

Source§

impl WouldApply for LigatureSubstitution<'_>

Source§

impl WouldApply for MultipleSubstitution<'_>

Source§

impl WouldApply for ReverseChainSingleSubstitution<'_>

Source§

impl WouldApply for LigatureSet<'_>

Implementors§