Trait hooks_core::HookValueBounds

source ·
pub trait HookValueBounds<'hook, This: ?Sized>: Sealed<'hook, This> { }

Implementations on Foreign Types§

source§

impl<'hook, T: ?Sized> HookValueBounds<'hook, T> for &'hook T

Implementors§