Re-exports

pub use crate::semantic_analysis::ast_node::declaration::ReassignmentLhs;
pub use declaration::TypedTraitFn;
pub use declaration::TypedAbiDeclaration;
pub use declaration::TypedConstantDeclaration;
pub use declaration::TypedDeclaration;

Modules

Structs

Describes a single subfield access in the sequence when reassigning to a subfield within storage.

Describes each field being drilled down into in storage and its type.

Enums