Trait geo_aid::script::math::Reconstruct
source · pub trait Reconstruct {
// Required method
fn reconstruct(self, ctx: &mut ReconstructCtx<'_>) -> Self;
}
Required Methods§
fn reconstruct(self, ctx: &mut ReconstructCtx<'_>) -> Self
Object Safety§
This trait is not object safe.