Searched defs:ExtraInner (Results 1 – 1 of 1) sorted by relevance
381 trait ExtraInner: Send + Sync { trait382 fn clone_box(&self) -> Box<dyn ExtraInner>; in clone_box()396 fn clone_box(&self) -> Box<dyn ExtraInner> { in clone_box()417 fn clone_box(&self) -> Box<dyn ExtraInner> { in clone_box()