Trait geo_aid::script::parser::FromProperty
source · pub trait FromProperty: Sized {
// Required method
fn from_property(property: PropertyValue) -> Result<Self, Error>;
}
Required Methods§
sourcefn from_property(property: PropertyValue) -> Result<Self, Error>
fn from_property(property: PropertyValue) -> Result<Self, Error>
§Errors
Causes an error if the value is not properly convertible.
Object Safety§
This trait is not object safe.