[][src]Macro gsrs::deref_with_lifetime

macro_rules! deref_with_lifetime {
    ($struct: tt) => { ... };
}

Macro to implement DerefWithLifetime

Currently only works for simple cases with one lifetime and no generic, but in future this will be the only way to implement trait