pub type DemangleResult = DemanglerResult;Expand description
Compatibility alias matching the Python API name.
Aliased Type§
pub struct DemangleResult {
pub name: QualifiedName,
pub ty: Option<Ref<Type>>,
}Fields§
§name: QualifiedName§ty: Option<Ref<Type>>