Module equation

Module equation 

Source
Expand description

Attributes analyzys and manipulation.

Re-exports§

pub use super::super::equation;

Modules§

exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module ::prelude :: *.

Structs§

Equation
Represents an equation parsed from a procedural macro input.

Functions§

from_meta
For attribute like #[ former( default = 31 ) ] return key default and value 31, as well as syn ::Meta as the last element of result tuple.