pub trait PageExt {
// Required method
fn page_params(&self) -> PageParams;
}Expand description
req.page_params().
Required Methods§
fn page_params(&self) -> PageParams
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".