Function compose_with_config

Source
pub fn compose_with_config<W: Semiring, F1: ExpandedFst<W>, F2: ExpandedFst<W>, B1: Borrow<F1> + Debug + Clone, B2: Borrow<F2> + Debug + Clone, F3: MutableFst<W> + AllocableFst<W>>(
    fst1: B1,
    fst2: B2,
    config: ComposeConfig,
) -> Result<F3>