Skip to main content

EdgeAnnotationStorage

Trait EdgeAnnotationStorage 

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

An annotation storage for edges.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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

Source§

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