Skip to main content

FetchSlot

Trait FetchSlot 

Source
pub trait FetchSlot<Q> {
    // Required method
    fn slot(q: &mut Q) -> &mut Fetch;
}
Expand description

Which FETCH a FetchChain sets.

Required Methods§

Source

fn slot(q: &mut Q) -> &mut Fetch

The clause to set.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§