Function fuels_core::types::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.