pub trait ProstMessageExt: Message + Default {
// Required methods
fn type_url() -> &'static str;
fn as_any(&self) -> Any;
}
Available on crate feature
flight-sql
only.Expand description
ProstMessageExt are useful utility methods for prost::Message types
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.