Macro extract_with_context

Source
macro_rules! extract_with_context {
    ($obj:expr, $attr:literal) => { ... };
}
Expand description

Macro for generating PyAny attribute extraction with error context.