pub enum State {
Awaiting,
Done,
}Expand description
States in where SdeManager could be in
Variants§
Awaiting
SDEManager is not doing something and has not yet finished
Done
SDEManager has done its task
pub enum State {
Awaiting,
Done,
}States in where SdeManager could be in
SDEManager is not doing something and has not yet finished
SDEManager has done its task