Skip to main content

type_hint

Macro type_hint 

Source
macro_rules! type_hint {
    ($name:ident = $hint:expr) => { ... };
}
Expand description

Declares a FromPyArrow::INPUT_TYPE / ToPyArrow::OUTPUT_TYPE / IntoPyArrow::OUTPUT_TYPE hint on an impl, expanding to nothing unless the experimental-inspect feature is enabled.