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