1 2 3 4 5 6 7 8 9
#[derive(Debug)] pub(in crate::sys) struct Extra {} pub(in crate::sys) use Extra as StubExtra; impl Extra { pub fn new() -> Self { Self {} } }