Trait ParamRef

Source
pub trait ParamRef<T> {
    // Required method
    fn param_ref(&self) -> &T;
}
Expand description

Item of type T has been set in a certain_map slot and returns a reference.

Required Methods§

Source

fn param_ref(&self) -> &T

Implementors§