Function logos_codegen::strip_attributes
source ยท pub fn strip_attributes(input: TokenStream) -> TokenStream
Expand description
Strip all logos attributes from the given struct, allowing it to be used in code without logos-derive
present.