Skip to main content

do_nothing

Function do_nothing 

Source
pub fn do_nothing(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>
Expand description

A no-op handler that does nothing and stalls execution.

ยงErrors

Never returns an error.