Struct pleco::core::mono_traits::KnightType[][src]

pub struct KnightType {}

Dummy type to represent a Piece::N which implements PieceTrait.

Trait Implementations

impl PieceTrait for KnightType
[src]

Returns the Piece of an object.

Auto Trait Implementations

impl Send for KnightType

impl Sync for KnightType