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

pub struct PawnType {}

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

Trait Implementations

impl PieceTrait for PawnType
[src]

Returns the Piece of an object.

Auto Trait Implementations

impl Send for PawnType

impl Sync for PawnType