pub type SubstitutionChainContext<'a> = ChainedSequenceContext<'a>;Expand description
A GSUB ChainedSequenceContext
Aliased Type§
pub enum SubstitutionChainContext<'a> {
Format1(ChainedSequenceContextFormat1<'a>),
Format2(ChainedSequenceContextFormat2<'a>),
Format3(ChainedSequenceContextFormat3<'a>),
}