[][src]Trait krill::commons::eventsourcing::Storable

pub trait Storable: Clone + Serialize + DeserializeOwned + Sized + 'static { }

Implementors

impl<T: Clone + Serialize + DeserializeOwned + Sized + 'static> Storable for T[src]

Loading content...