Structural RustQ AST node. Prefer the focused builder modules for construction.
@type t() :: %RustQ.Rust.AST.Literal{ value: String.t() | integer() | float() | boolean() }