Normalizable

Trait Normalizable 

Source
pub trait Normalizable {
    // Provided method
    fn normalize(&mut self) { ... }
}
Expand description

Trait for request types that need post-deserialization normalization

Provided Methods§

Source

fn normalize(&mut self)

Normalize the request by applying defaults and transformations

Implementors§