macro_rules! try_err {
($recv:expr) => { ... };
}Expand description
Checks if the DropWorker was dropped and if so then this will call
return.
macro_rules! try_err {
($recv:expr) => { ... };
}Checks if the DropWorker was dropped and if so then this will call
return.