phab_lib/
types.rs

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