Type Definition rustpython_ast::Excepthandler

source ·
pub type Excepthandler<U = ()> = Located<ExcepthandlerKind<U>, U>;