lezeh_common/
types.rs

1pub type ResultAnyError<T> = Result<T, anyhow::Error>;