Trait fuels_core::Parameterize
source · pub trait Parameterize {
// Required method
fn param_type() -> ParamType;
}Expand description
abigen requires Parameterized to construct nested types. It is also used by try_from_bytes
to facilitate the instantiation of custom types from bytes.
Required Methods§
fn param_type() -> ParamType
Object Safety§
This trait is not object safe.