Struct hooks_core::Values
source · pub struct Values<H> { /* private fields */ }
Expand description
A stream of hook values.
See HookExt::into_values
and HookExt::values
Implementations§
Trait Implementations§
source§impl<H> Stream for Values<H>where
H: NonLendingHook,
impl<H> Stream for Values<H>where H: NonLendingHook,
§type Item = <H as NonLendingHook>::NonGenericValue
type Item = <H as NonLendingHook>::NonGenericValue
Values yielded by the stream.