Skip to main content

is_dataflow_attr

Function is_dataflow_attr 

Source
pub fn is_dataflow_attr(attr: &Attribute) -> bool
Expand description

Return true if attr is a #[dataflow] attribute, written directly or wrapped in #[cfg_attr(.., dataflow)]. See dataflow_attr.