type Error = Box; type Result = std::result::Result; fn main() -> Result<()> { tonic_build::compile_protos("proto/delorean/delorean.proto")?; Ok(()) }