pub trait StoryTreeEntry {
// Required methods
fn story_id(&self) -> &str;
fn story_title(&self) -> &str;
}Required Methods§
Sourcefn story_title(&self) -> &str
fn story_title(&self) -> &str
Returns the slash-delimited title path for this story-like entry.