Macro import_exception_bound
macro_rules! import_exception_bound {
($module: expr, $name: ident) => { ... };
}👎Deprecated since 0.27.0:
renamed to import_exception! instead
Available on crate feature
tls only.Expand description
Deprecated name for import_exception!.