Skip to main content

HasFetch

Trait HasFetch 

Source
pub trait HasFetch {
    // Required method
    fn fetch_mut(&mut self) -> &mut Fetch;
}
Expand description

A statement with a FETCH clause.

Required Methods§

Source

fn fetch_mut(&mut self) -> &mut Fetch

The FETCH clause to modify.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§