pub trait Apply {
// Required method
fn apply(&self, ctx: &mut hb_ot_apply_context_t<'_, '_>) -> Option<()>;
}
Expand description
Apply a lookup.
Required Methods§
Sourcefn apply(&self, ctx: &mut hb_ot_apply_context_t<'_, '_>) -> Option<()>
fn apply(&self, ctx: &mut hb_ot_apply_context_t<'_, '_>) -> Option<()>
Apply the lookup.