Skip to main content

Crate lintspec_macros

Crate lintspec_macros 

Source
Expand description

§lintspec-macros

github crates.io docs.rs MSRV CodSpeed

Helper macros for the lintspec Solidity NatSpec linter.

Dual-licensed under MIT or Apache 2.0.

Derive Macros§

AsToVariant
Derive as_variant(&self) -> Option<&InnerType> and to_variant(self) -> Option<InnerType> for an enum with simple variants in the form Variant(InnerType).