pub type CairoLintToolMetadata = OrderedHashMap<String, bool>;Expand description
Describes tool metadata for the Cairo lint. IMPORTANT: This one is a public type, so watch out when modifying it, as it might break the backwards compatibility.
Aliased Typeยง
pub struct CairoLintToolMetadata(/* private fields */);