rill-core 0.5.0-beta.5

Core foundation for the Rill ecosystem — traits, math, buffers, queues, time, macros
Documentation
1
2
3
4
use std::fmt;

/// Base trait for all commands sent via actor mailboxes.
pub trait Command: Send + 'static + fmt::Debug {}