1
2
3
4
5
6
#[doc(inline)]
pub use nova_macro::newtype;

pub trait NewType {
    type Inner;
}