Searched defs:Inject (Results 1 – 3 of 3) sorted by relevance
13 pub(crate) struct Inject<T: 'static> { struct35 unsafe impl<T> Send for Inject<T> {} argument36 unsafe impl<T> Sync for Inject<T> {} implementation38 impl<T: 'static> Inject<T> { implementation204 impl<T: 'static> Drop for Inject<T> { implementation
185 public @interface Inject {} annotation
52 public @interface Inject { annotation