Type Definition Result
amethyst
type Result<T> = Result<T, Error>;
Convenience alias for use in main functions that uses Amethyst.