geo_aid_script::math

Trait FromUnrolled

source
pub trait FromUnrolled<T: Displayed> {
    // Required method
    fn load(expr: &Unrolled<T>, math: &mut Expand) -> Self;
}
Expand description

Helper trait for converting unrolled expressions into math expressions.

Required Methods§

source

fn load(expr: &Unrolled<T>, math: &mut Expand) -> Self

Load the unroll expression

Object Safety§

This trait is not object safe.

Implementors§