Crates.io | inclusive-or |
lib.rs | inclusive-or |
version | 0.0.1 |
source | src |
created_at | 2023-06-27 16:38:55.124976 |
updated_at | 2023-06-27 16:43:29.841513 |
description | A type equivalent to `(Option |
homepage | |
repository | https://github.com/kaleidawave/inclusive-or |
max_upload_size | |
id | 901416 |
size | 6,611 |
A type equivalent to (Option<T>, Option<U>)
where the (None, None)
case is unconstructable.