Searched defs:SharedBox (Results 1 – 2 of 2) sorted by relevance
16 pub struct SharedBox<T: ?Sized>(Rc<T>); struct18 impl<T> SharedBox<T> { impl41 impl<T> From<T> for SharedBox<T> { implementation47 impl<T> Deref for SharedBox<T> { implementation
323 impl SharedBox<GattDatabase> { implementation