Trait geo_aid::script::unroll::ConvertFrom
source · pub trait ConvertFrom<T> {
// Required method
fn convert_from(value: T) -> Result<Expr<Self>, Error>;
}
Required Methods§
Object Safety§
This trait is not object safe.