Function analyze_with_custom_storage

Source
pub fn analyze_with_custom_storage<S, N>(
    data: S,
    n: &N,
    marks: Option<Marks>,
) -> S
where S: Storage, N: VisitWith<UsageAnalyzer<S>>,