Home
last modified time | relevance | path

Searched defs:OptionStatic (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/serde/test_suite/tests/
Dtest_gen.rs180 struct OptionStatic<'a> { in test_gen() struct
181 a: StdOption<&'a str>, in test_gen()
182 b: StdOption<&'static str>, in test_gen()