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

pub struct KingType {}

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

Trait Implementations

impl PieceTrait for KingType
[src]

Returns the Piece of an object.

Auto Trait Implementations

impl Send for KingType

impl Sync for KingType