Trait casper_types::CLTyped
source · pub trait CLTyped {
// Required method
fn cl_type() -> CLType;
}Expand description
A type which can be described as a CLType.
pub trait CLTyped {
// Required method
fn cl_type() -> CLType;
}A type which can be described as a CLType.