MCPcopy Index your code
hub / github.com/RustStudy/design_patterns / Command

Interface Command

strategy/src/simple.rs:3–5  ·  view source on GitHub ↗

Each action is encapsulated into a struct with the trait Command where only the method `execute()` is run.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 1

simple.rsstrategy/src/simple.rs

Calls

no outgoing calls

Tested by

no test coverage detected