pub trait InputNode: Clone { // Required methods fn id(&self) -> u64; fn id_str(&self) -> Option<&str>; }