Struct espr::ir::SimpleType [−][src]
pub struct SimpleType(pub SimpleType);Tuple Fields
0: SimpleTypeTrait Implementations
type Input = SimpleType
type Input = SimpleType
AST portion
fn legalize(
_ns: &Namespace<'_>,
_ss: &Constraints,
_scope: &Scope,
input: &Self::Input
) -> Result<Self, SemanticError>
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SimpleType
impl Send for SimpleType
impl Sync for SimpleType
impl Unpin for SimpleType
impl UnwindSafe for SimpleType
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more