[][src]Trait cqrs::CqrsError

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

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...