Type Definition Result
notify_rust::error
type Result<T> = Result<T, Error>;
Convenient wrapper around std::Result.
std::Result