Skip to main content

walk_subshell

Function walk_subshell 

Source
pub fn walk_subshell<V: Visitor + ?Sized>(
    visitor: &mut V,
    body: &[CommandList],
    io_redirects: &[IoRedirect],
)
Expand description

Recursively walk a subshell body and its redirections.