function_body

Function function_body 

Source
pub async fn function_body<S, A, E>(
    body: S,
    args: A,
    env: &mut E,
) -> Result<BoxFuture<'static, ExitStatus>, S::Error>
Expand description

Creates a future adapter that will execute a function body with the given set of arguments.