use extend::ext; #[ext] impl Option { const FOO: usize = 1; } fn main() { assert_eq!(Option::::FOO, 1); }