ext

Macro ext 

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