pub trait DisplaySymbols { // Provided method fn display_symbols(&self) -> Option<Vec<String>> { ... } }