use crate::*; impl Draw for u64 { fn draw (&self, _to: &mut TuiOut) { todo!() } } impl Draw for f64 { fn draw (&self, _to: &mut TuiOut) { todo!() } }