Searched defs:SharedBox (Results 1 – 2 of 2) sorted by relevance
18 pub struct SharedBox<T: ?Sized>(Rc<T>); struct20 impl<T> SharedBox<T> { implementation43 impl<T> From<T> for SharedBox<T> { implementation49 impl<T> Deref for SharedBox<T> { implementation
331 impl SharedBox<GattDatabase> { impl