MCPcopy Create free account
hub / github.com/bluejekyll/enum-as-inner / Option

Class Option

tests/basic.rs:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5pub mod name_collisions {
6 #![allow(dead_code, missing_copy_implementations, missing_docs)]
7 pub struct Option;
8 pub struct Some;
9 pub struct None;
10 pub struct Result;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected