Name Description Size
lib.rs # Void The uninhabited void type for use in statically impossible cases. In its own crate so all the users in the ecosystem can share the same type. This crate also comes ready with several extension traits for Result that add extra functionality to `Result<T, Void>` and `Result<Void, E>`. 2859