Skip to main content

PUOs

Type Alias PUOs 

Source
pub type PUOs = PieceUpdateOps;

Aliased Type§

pub enum PUOs {
    Simple(PieceUpdateOp<(), ()>),
    PerPlayer(SecondaryMap<PlayerId, PieceUpdateOp<(), ()>>),
}

Variants§