macro_rules! auto_conf_impl {
($T:ty, $method:ident) => { ... };
($T:ty, $method:ident, $proofs:ident) => { ... };
}Expand description
Creates an implementation of AutoConfigure.
macro_rules! auto_conf_impl {
($T:ty, $method:ident) => { ... };
($T:ty, $method:ident, $proofs:ident) => { ... };
}Creates an implementation of AutoConfigure.