Rename Nullable::Some to Nullable::NotNull
This commit is contained in:
parent
3570095e34
commit
f6a679f87d
@ -304,7 +304,7 @@ extern {}
|
||||
// If/when libprim happens, this can be removed in favor of that
|
||||
pub enum Nullable<T> {
|
||||
Null,
|
||||
Some(T)
|
||||
NotNull(T)
|
||||
}
|
||||
|
||||
pub mod types {
|
||||
|
Loading…
x
Reference in New Issue
Block a user