1// This file is parsed by build.rs 2// Each included module will be compiled from the matching .proto definition. 3 4mod impl_trait; 5 6include!(concat!(env!("OUT_DIR"), "/mod.rs"));