pub trait ValueGat<'hook> {
    type Value;
}

Required Associated Types§

Implementors§