[][src]Trait unsegen_pager::PagerLine

pub trait PagerLine {
    fn get_content(&self) -> &str;
}

Anything that represents a single line in a pager. Other than the main content (something string-like) it may also store additional information that can be used by a Highlighter.

Required methods

fn get_content(&self) -> &str

Loading content...

Implementations on Foreign Types

impl PagerLine for String[src]

Loading content...

Implementors

Loading content...