Type Alias rustpython_ast::located::UnaryOp

source ·
pub type UnaryOp = UnaryOp;

Aliased Type§

enum UnaryOp {
    Invert,
    Not,
    UAdd,
    USub,
}

Variants§

§

Invert

§

Not

§

UAdd

§

USub