Skip to main content

suite

Function suite 

Source
pub fn suite<'a>(
    stmt: impl Into<AnyNodeRef<'a>>,
    parent: impl Into<AnyNodeRef<'a>>,
) -> Option<EnclosingSuite<'a>>
Expand description

Given a Stmt and its parent, return the ast::Suite that contains the Stmt.