[][src]Function aws_iam::report::walk_policy

pub fn walk_policy(
    policy: &Policy,
    visitor: &dyn PolicyVisitor,
    writer: &mut dyn Write
)

The entry-point for walking a policy. The visitor implementation will be called in-order with each component of policy and may choose to use the writer.