pub const fn pipe_spec(name: &str) -> Option<&'static PipeSpec>
Look up a pipe by name. const fn so it is usable inside const _: () = { ... } assertion blocks emitted by the prosaic_template! macro.
const fn
const _: () = { ... }
prosaic_template!