Skip to main content

declare_id_wrapper_with_lt

Macro declare_id_wrapper_with_lt 

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