[][src]Trait jobrog::log::Searchable

pub trait Searchable {
    fn tags(&self) -> Vec<&str>;
fn text(&self) -> &str; }

Required methods

fn tags(&self) -> Vec<&str>

fn text(&self) -> &str

Loading content...

Implementors

impl Searchable for Event[src]

impl Searchable for Note[src]

Loading content...