Expand description
Extension keys for ToolContext.extensions map.
Each key identifies a platform-specific extension that tools can access
via ctx.extensions.get(key) and downcast to the appropriate trait.
Modules§
- keys
- Extension keys for ToolContext.extensions.
Structs§
- Platform
ExtWrapper - Wrapper that makes
Arc<dyn PlatformExt>storable in theAny-based extensions map. Usedowncast_ref::<PlatformExtWrapper>()to retrieve it.