Trait certain_map::ParamRef

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

We use service_async’s Param*.

Required Methods§

source

fn param_ref(&self) -> &T

Implementors§

source§

impl<T> ParamRef<T> for T