pub type Token<const TOTAL: u64> = FracGhost<(), TOTAL>;
pub struct Token<const TOTAL: u64> { /* private fields */ }