transparent_wrapper

Macro transparent_wrapper 

Source
macro_rules! transparent_wrapper {
    ($ident:ident $(< $($ty:ident),* $(,)? >)? $(where { $($where_clause:tt)* })? => self.$path:ident as $path_ty:ty) => { ... };
}