Skip to main content

HasWith

Trait HasWith 

Source
pub trait HasWith {
    // Required method
    fn with_mut(&mut self) -> &mut With;
}
Expand description

A statement that accepts common table expressions.

Required Methods§

Source

fn with_mut(&mut self) -> &mut With

The WITH clause to modify.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§