Expand description
Target registry and adapter trait.
Each provider implements TargetAdapter, and this module dispatches based on CLI-selected target.
Structs§
Enums§
- Target
- Supported remote targets (feature-gated).
- Target
Wrapper - Concrete wrapper to erase target-specific types while dispatching calls.
Traits§
- Target
Adapter - Common interface every target must implement. Defaults are conservative: unsupported operations return errors unless overridden.