impl_api

Macro impl_api 

Source
macro_rules! impl_api {
    ($($type:ty),+) => { ... };
}
Expand description

Implement Api trait for given types.