[][src]Derive Macro better_any::Tid

#[derive(Tid)]

Derive macro to implement traits from this crate

It checks if it is safe to implement Tid for your struct Also it adds :TidAble<'a> bound on type parameters unless your type parameter already has explicit 'static bound