Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ is_none
Function
is_none
ctutils/src/ct_option.rs:758–761 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
756
757
#[test]
758
fn is_none() {
759
assert!(!SOME.is_none().to_bool());
760
assert!(NONE.is_none().to_bool());
761
}
762
763
#[test]
764
fn and() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected