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>; )* ) => { ... }; }
macro_rules! repository_impl { ($repo_trait:ident: $( async fn $method:ident ( &mut self $(, $arg:ident: $arg_ty:ty )* $(,)? ) -> Result<$ret_ty:ty, Self::Error>; )* ) => { ... }; }