pub trait IntoFraction<M> {
// Required method
fn into_fraction(self) -> FractionSource;
}Expand description
Disjoint-marker conversion (like IntoText) so progress(_) accepts a constant f64,
a Signal<f64>, or a closure. Reuses the same marker types.