ouroboros_macro/generate/
mod.rs

1
2
3
4
5
6
7
8
9
10
11
pub mod constructor;
pub mod derives;
pub mod drop;
pub mod into_heads;
pub mod struc;
pub mod summon_checker;
pub mod try_constructor;
pub mod type_asserts;
pub mod with;
pub mod with_each;
pub mod with_mut;