Closed notdanilo closed 3 years ago
Turn https://docs.rs/syn/1.0.71/syn/struct.ImplItemConst.html into
pub struct Constant { identifier: Identifier, type_: Type, literal: Literal }
Turn https://docs.rs/syn/1.0.71/syn/struct.ImplItemConst.html into