Macro utils_results::resultcastsend[][src]

macro_rules! resultcastsend {
    ($result : expr) => { ... };
}
Expand description

this will convert any result type to Master ResultSend.

 resultcastsend!(handle.join().unwrap())?;

result type cast macro