pub fn apply_normal_move<T: CetkaikRepresentation>(
    old_state: &GroundState_<T>,
    msg: NormalMove_<T::AbsoluteCoord>,
    config: Config
) -> Result<Probabilistic<HandNotResolved_<T>>, &'static str>
Expand description

NormalMove sends GroundState to Probabilistic<HandNotResolved>