buffer::unwrap_or_return! [] [src]

macro_rules! unwrap_or_return {
    ($e:expr, $r:expr) => { ... };
    ($e:expr) => { ... };
}