[][src]Trait libimagentryannotation::annotation_fetcher::AnnotationFetcher

pub trait AnnotationFetcher<'a> {
    fn all_annotations(&'a self) -> Result<AnnotationIter<'a>>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl<'a> AnnotationFetcher<'a> for Store[src]

Loading content...

Implementors

Loading content...