thisweek_core/
prelude.rs

1pub use crate::error::Error;
2
3pub type Result<T> = std::result::Result<T, Error>;