Function easy_plugin::extractor::stmt_to_local []

pub fn stmt_to_local(stmt: &Stmt) -> Result<P<Local>, (Span, String)>

Returns the StmtKind::Local value in the supplied Stmt.