Macro mas_storage::repository_impl

source ยท
macro_rules! repository_impl {
    ($repo_trait:ident:
        $(
            async fn $method:ident (
                &mut self
                $(, $arg:ident: $arg_ty:ty )*
                $(,)?
            ) -> Result<$ret_ty:ty, Self::Error>;
        )*
    ) => { ... };
}
Expand description

A macro to implement a repository trait for the MapErr wrapper and for Box<R>