Skip to main content

pipe_spec

Function pipe_spec 

Source
pub const fn pipe_spec(name: &str) -> Option<&'static PipeSpec>
Expand description

Look up a pipe by name. const fn so it is usable inside const _: () = { ... } assertion blocks emitted by the prosaic_template! macro.