pub trait Captures<'a> { }

Implementors§

source§

impl<'a, T: ?Sized> Captures<'a> for T