[][src]Trait cqrs_core::CqrsError

pub trait CqrsError: Debug + Display + Send + Sync + 'static { }

Represents a common trait that all errors handled by CQRS should implement.

Implementors

impl<T> CqrsError for T where
    T: Debug + Display + Send + Sync + 'static, 
[src]

Loading content...