macro_rules! declare_id_wrapper_with_lt {
($name:ident, $wraps:ident) => { ... };
($name:ident, $wraps:ident, $local:ty) => { ... };
($name:ident, $wraps:ident, $local:ty, no_try_from) => { ... };
}Expand description
This is similar to declare_id_wrapper, but handles ids which have the 'db lifetime.