pub trait IsAbsoluteBoard: IsBoard {
    fn yhuap_initial() -> Self;
}
Expand description

A trait that signifies that you can use it as a Board with an absolute coordinate /絶対座標付きの Board として扱える型を表すトレイト

Required Methods§

The initial arrangement of the official (yhuap) rule

Implementors§