try_bind

Macro try_bind 

Source
macro_rules! try_bind {
    ($this:ident, $addr:expr) => { ... };
    (tls: $this:ident, $addr:expr) => { ... };
}