Trait otter_api_tests::SimplePieceSpec[][src]

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

Required methods

Provided methods

Trait Implementations

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