1 2 3 4 5 6 7 8
use super::*; impl From<GridCornerWang> for GridCompleteAtlas { fn from(corner: GridCornerWang) -> Self { let _ = corner; unimplemented!("Cannot convert a corner wang to a complete atlas now.") } }