pub use function::*;
pub use receiver::*;
pub use signature::*;
pub use with_fn_generics::*;
pub use with_functions::*;
pub use with_receiver::*;
pub use with_result::*;
pub use with_signature::*;
mod function;
mod receiver;
mod signature;
mod with_fn_generics;
mod with_functions;
mod with_receiver;
mod with_result;
mod with_signature;