Trait fuels_core::Parameterize
source · pub trait Parameterize {
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.