Trait casper_types::CLTyped[][src]

pub trait CLTyped {
    fn cl_type() -> CLType;
}
Expand description

A type which can be described as a CLType.

Required methods

The CLType of Self.

Implementations on Foreign Types

Implementors