#protobuf #rust publicly export ParseError

It's returned by Msg::deserialize() -> Result<(), ParseError> and should be publicly nameable as protobuf::ParseError.

PiperOrigin-RevId: 604326858
pull/15716/head
Jakob Buchgraber 12 months ago committed by Copybara-Service
parent cd47034a68
commit 929f19d3cc
  1. 1
      rust/shared.rs

@ -31,6 +31,7 @@ pub mod __public {
};
pub use crate::repeated::{ProxiedInRepeated, Repeated, RepeatedMut, RepeatedView};
pub use crate::string::{BytesMut, ProtoStr, ProtoStrMut};
pub use crate::ParseError;
}
pub use __public::*;

Loading…
Cancel
Save