Macro hrpc::return_closed[][src]

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

Return if the socket is closed normally, otherwise return the result.