Macro extract_object

Source
macro_rules! extract_object {
    ($self:expr, $variant:pat => $binding:ident, $err:expr) => { ... };
}