Type Alias rustpython_ast::located::ExceptHandlerExceptHandler
source · pub type ExceptHandlerExceptHandler = ExceptHandlerExceptHandler<SourceRange>;
Aliased Type§
struct ExceptHandlerExceptHandler {
pub range: SourceRange,
pub type_: Option<Box<Expr<SourceRange>>>,
pub name: Option<Identifier>,
pub body: Vec<Stmt<SourceRange>>,
}
Fields§
§range: SourceRange
§type_: Option<Box<Expr<SourceRange>>>
§name: Option<Identifier>
§body: Vec<Stmt<SourceRange>>