Trait otter_api_tests::OccultedPieceTrait[][src]

pub trait OccultedPieceTrait: OutlineTrait + Serialize + Deserialize {
    fn svg(&self, f: &mut Html, id: VisiblePieceId) -> Result<(), InternalError>;
fn describe_html(&self) -> Result<Html, InternalError>; }

Required 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