6 lines
79 B
Rust
6 lines
79 B
Rust
#[doc(hidden)]
|
|
pub enum HiddenType {}
|
|
|
|
#[doc(hidden)]
|
|
pub trait HiddenTrait {}
|