pub trait SimplePieceSpec: Debug + Serialize + Deserialize {
    fn load_raw(
        &self
    ) -> Result<(GenericSimpleShape<Html, Outline>, &SimpleCommon), SpecError>; }

Required Methods

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Serialize this value into the given Serde serializer. Read more

Serialize this value into the given Serde serializer. Read more

Serialize this value into the given Serde serializer. Read more

Implementors