Macro bridge_impl

Source
macro_rules! bridge_impl {
    ($name: ident, $ty: ty) => { ... };
}