pub trait RequestFlashExt {
// Required method
fn flash(&self) -> Option<Vec<FlashMessage>>;
}Required Methods§
fn flash(&self) -> Option<Vec<FlashMessage>>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".