Trait Captures

Source
pub trait Captures<U> { }
Expand description

Implementors§

Source§

impl<T: ?Sized, U> Captures<U> for T