[][src]Type Definition amethyst::Result

type Result<T> = Result<T, Error>;

Convenience alias for use in main functions that uses Amethyst.