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

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

Required methods

pub fn tags(&self) -> Vec<&str>[src]

pub fn text(&self) -> &str[src]

Loading content...

Implementors

impl Searchable for Event[src]

impl Searchable for Note[src]

Loading content...