pub trait StoryTreeEntry { // Required methods fn story_id(&self) -> &str; fn story_title(&self) -> &str; }