Constant dfir_lang::graph::ops::NULL_WRITE_FN

source ยท
pub const NULL_WRITE_FN: WriteFn = _; // {<{closure@dfir_lang/src/graph/ops/mod.rs:227:36: 227:59} as std::ops::FnOnce<(&graph::ops::WriteContextArgs<'_>, &mut std::vec::Vec<diagnostic::Diagnostic>)>>::call_once as for<'a, 'b, 'c> fn(&'a graph::ops::WriteContextArgs<'b>, &'c mut std::vec::Vec<diagnostic::Diagnostic>) -> std::result::Result<graph::ops::OperatorWriteOutput, ()>}
Expand description

OperatorConstraints::write_fn for the null operator - an operator that ignores all inputs and produces no output.