thisweek_core/
prelude.rs

1
2
3
pub use crate::error::Error;

pub type Result<T> = std::result::Result<T, Error>;