Rename Nullable::Some to Nullable::NotNull
This commit is contained in:
parent
3570095e34
commit
f6a679f87d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue