MCPcopy Create free account
hub / github.com/RustCrypto/utils / unwrap_some

Function unwrap_some

ctutils/src/ct_option.rs:869–871  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

867
868 #[test]
869 fn unwrap_some() {
870 assert_eq!(SOME.unwrap(), VALUE);
871 }
872
873 #[test]
874 #[should_panic]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected