Trait 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§