Skip to main content

nitinol_core/
command.rs

1pub trait Command: 'static + Sync + Send {
2}