risingwave_expr::expr_context::STRICT_MODE

Function scope

source
pub fn scope<F>(value: bool, f: F) -> TaskLocalFuture<bool, F>
where F: Future,