impl_request_helper

Macro impl_request_helper 

Source
macro_rules! impl_request_helper {
    ($t:ident) => { ... };
    (@impl $($t:ident)*) => { ... };
    ($head:ident $($rest:ident)*) => { ... };
}
Expand description

Implements StoreRequest for provided types.