pub trait EdgeAnnotationStorage: AnnotationStorage<Edge> { }
Expand description

An annotation storage for edges.

Implementors§

source§

impl EdgeAnnotationStorage for graphannis_core::annostorage::inmemory::AnnoStorageImpl<Edge>

source§

impl EdgeAnnotationStorage for graphannis_core::annostorage::ondisk::AnnoStorageImpl<Edge>