use std::io::Result; fn main() -> Result<()> { prost_build::compile_protos(&["src/proto/response.proto"], &["src/"])?; Ok(()) }