Skip to main content

MessageRulesExt

Trait MessageRulesExt 

Source
pub trait MessageRulesExt {
    // Required methods
    fn validation_disabled(&self) -> bool;
    fn validation_ignored(&self) -> bool;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl MessageRulesExt for MessageDescriptor

Implementors§