Type Definition Result
Other items intauri_bundler
type Result<T> = Result<T, Error>;
Convenient type alias of Result type.