pub trait ResponseModifier {
// Required method
fn update_response(op: &mut Operation);
}Required Methods§
Sourcefn update_response(op: &mut Operation)
fn update_response(op: &mut Operation)
Update the operation with response information
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.