macro_rules! extract_with_context {
($obj:expr, $attr:literal) => { ... };
}
Expand description
Macro for generating PyAny attribute extraction with error context.
macro_rules! extract_with_context {
($obj:expr, $attr:literal) => { ... };
}
Macro for generating PyAny attribute extraction with error context.