1 2 3 4
pub mod draw_or_replace; #[derive(Debug)] pub struct FromTo<'a, F, T>(pub &'a mut F, pub &'a mut T);