Home
last modified time | relevance | path

Searched refs:to_compound (Results 1 – 2 of 2) sorted by relevance

/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/fit/
H A Dwrap.rs94 dst_composite.add_compound(token.to_compound()); in hard_wrap_composite()
97 dst_composite.add_compound(token.to_compound()); in hard_wrap_composite()
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/
H A Dtokens.rs17 pub fn to_compound(&self) -> Compound<'s> { in to_compound() method