fuels_rs::types

Function expand_type

Source
pub fn expand_type(kind: &ParamType) -> Result<TokenStream, Error>
Expand description

Expands a ParamType into a TokenStream. Used to expand functions when generating type-safe bindings of a JSON ABI.