Syntax
NeverType :!
The never type !
is a type with no values, representing the result of computations that never complete. Expressions of type !
can be coerced into any other type.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/reference/types/never.html