Skip to main content

ReprAssignment

Trait ReprAssignment 

Source
pub trait ReprAssignment {
    // Required method
    fn up(self) -> Literal;
}

Required Methods§

Source

fn up(self) -> Literal

Given an assignment of representation variables, construct the corresponding value of the represented variable

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§