Skip to main content

AdapterBodies

Type Alias AdapterBodies 

Source
pub type AdapterBodies = AHashMap<String, String>;
Expand description

Map of adapter-generated method/function bodies. Key: “TypeName.method_name” for methods, “function_name” for free functions.

Aliased Type§

pub struct AdapterBodies(/* private fields */);