toe_beans/v4/
error.rs

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