RunStore

Trait RunStore 

Source
pub trait RunStore: RunWriter { }
Expand description

Full run projection store trait.

Implementors§

Source§

impl<T: RunWriter + ?Sized> RunStore for T