statum_core/
lib.rs

1
2
3
4
#[derive(Debug)]
pub enum Error {
    InvalidState,
}