1 2
/// Wraps Result from std, but currently doesn't provide a custom error type pub type Result<T> = std::result::Result<T, &'static str>;