1 2 3 4 5
use crate::io::input_source::InputSource; pub trait Input { fn source(&self) -> &InputSource; }