1#![feature(step_trait)] 2#![feature(trait_alias)] 3 4mod imp; 5 6pub use imp::{LinkType, MaxValue, Num, SignNum, ToSigned};