pub trait Attribute {
    fn process(&self) -> GuraType;
}
Expand description

Helper to cast values to Gura types

Required Methods

Implementations on Foreign Types

Implementors