pub fn no_attr<T>() -> impl FnOnce(&mut AttrWriter<'_, T>) -> ResultExpand description
Specify no attributes needed.
Equivalent to writing |_|{}.
pub fn no_attr<T>() -> impl FnOnce(&mut AttrWriter<'_, T>) -> ResultSpecify no attributes needed.
Equivalent to writing |_|{}.