accepts_codegen/acceptor/
mod.rs

1pub(crate) mod common;
2
3pub mod accepts_auto_impl;
4pub mod linear;
5pub mod next_acceptors_auto_impl;