macro_rules! import_exception_bound {
($module: expr, $name: ident) => { ... };
}👎Deprecated since 0.27.0: renamed to
import_exception! insteadExpand description
Deprecated name for import_exception!.
macro_rules! import_exception_bound {
($module: expr, $name: ident) => { ... };
}import_exception! insteadDeprecated name for import_exception!.