We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061ff9d commit 8eadc46Copy full SHA for 8eadc46
src/net/option.rs
@@ -294,6 +294,7 @@ macro_rules! new_option {
294
$(
295
impl Get for $type_name {
296
type Output = $output;
297
+ #[doc(hidden)] // Not part of the stable API.
298
type Storage = $storage;
299
300
const LEVEL: Level = $level;
@@ -314,6 +315,7 @@ macro_rules! new_option {
314
315
316
impl Set for $type_name {
317
type Value = $value;
318
319
320
321
0 commit comments