[][src]Trait melib::backends::notmuch::MelibQueryToNotmuchQuery

pub trait MelibQueryToNotmuchQuery {
    fn query_to_string(&self, ret: &mut String);
}

Required methods

fn query_to_string(&self, ret: &mut String)

Loading content...

Implementors

impl MelibQueryToNotmuchQuery for Query[src]

Loading content...