implement_concretize

Macro implement_concretize 

Source
macro_rules! implement_concretize {
    ($ty:ident $method:ident) => { ... };
    ($ty:ident $method:ident, $($tt:tt)*) => { ... };
    () => { ... };
}