pub fn execute(pass: &Pass) -> PassResultExpand description
Execute a Pass. Returns the closure’s result, or
PassError::UnknownClosureId when the id is not registered.
pub fn execute(pass: &Pass) -> PassResultExecute a Pass. Returns the closure’s result, or
PassError::UnknownClosureId when the id is not registered.