Searched defs:Devres (Results 1 – 1 of 1) sorted by relevance
99 pub struct Devres<T>(Arc<DevresInner<T>>); struct171 impl<T> Devres<T> { impl189 impl<T> Deref for Devres<T> { implementation197 impl<T> Drop for Devres<T> { implementation