Function candid::bindings::analysis::chase_type[][src]

pub fn chase_type<'a>(
    seen: &mut BTreeSet<&'a str>,
    res: &mut Vec<&'a str>,
    env: &'a TypeEnv,
    t: &'a Type
) -> Result<()>
Expand description

Same as chase_actor, with seen set as part of the type. Used for chasing type names from type definitions.