use crate::*; use EdnItem::*; pub trait EdnInput: Input { fn matches (&self, token: &str) -> bool; fn get_event > (_: &EdnItem) -> Option { None } }