[position] Remove display module
This commit is contained in:
parent
5c5d9d5018
commit
588f049290
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
use std::fmt;
|
||||
|
||||
pub(crate) trait ASCIIDisplay {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result;
|
||||
}
|
||||
|
||||
pub(crate) trait UnicodeDisplay {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result;
|
||||
}
|
||||
|
||||
pub(crate) trait FENDisplay {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue