1 2 3 4 5
use nullnet_liberror::Error; pub trait ExecutableCommand { async fn execute(self) -> Result<(), Error>; }