Skip to main content

toolhub_core/
error.rs

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