[][src]Attribute Macro calmio_filters::pipefail

#[pipefail]

Produces a #[calm_io::pipefail] function attribute.

This attribute fails the build if it is applied to a non-function item, or a function which does not return io::Result<_>.