Macro hrpc::return_print[][src]

macro_rules! return_print {
    ($result : expr) => { ... };
    ($result : expr, | $val : ident | $log : expr) => { ... };
}
Expand description

Return if the socket is closed normally, otherwise print the error if there is one and return.