hello ! nightly feature https://doc.rust-lang.org/beta/unstable-book/language-features/const-trait-impl.html allow creating for example const From trait implementation, which allow using .into and ::from() in const context, which is pretty useful