pub trait HasWith {
// Required method
fn with_mut(&mut self) -> &mut With;
}Expand description
A statement that accepts common table expressions.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".