Skip to main content

mz_proto/mnt/build/debug/build/mz-proto-03ab7249461e42a6/out/
mz_proto.rs

1// This file is @generated by prost-build.
2#[derive(serde::Serialize, serde::Deserialize, proptest_derive::Arbitrary)]
3#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
4pub struct ProtoDuration {
5    #[prost(uint64, tag = "1")]
6    pub secs: u64,
7    #[prost(uint32, tag = "2")]
8    pub nanos: u32,
9}