Struct dyon::prelude::Dfn [] [src]

pub struct Dfn {
    pub lts: Vec<Lt>,
    pub tys: Vec<Type>,
    pub ret: Type,
}

Stores preloaded function constraints. These are already checked.

Fields

Methods

impl Dfn
[src]

Trait Implementations

impl Clone for Dfn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Dfn
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Dfn
[src]

Formats the value using the given formatter.