Home
last modified time | relevance | path

Searched refs:InstanceBox (Results 1 – 1 of 1) sorted by relevance

/system/bt/gd/rust/gddi/src/
Dlib.rs12 type InstanceBox = Box<dyn Any + Send + Sync>; typedef
31 instances: Arc<Mutex<HashMap<TypeId, InstanceBox>>>,