nova/
lib.rs

1#[doc(inline)]
2pub use nova_macro::newtype;
3
4pub trait NewType {
5    type Inner;
6}