pub trait Finishable { }
Expand description
A trait that can be implemented for marker structs to indicate that the command is ready to be finished.
pub trait Finishable { }
A trait that can be implemented for marker structs to indicate that the command is ready to be finished.