//! This code mostly comes from idanarye/rust-typed-builder //! //! However, it has been adopted to fit the Dioxus Props builder pattern. //! //! For Dioxus, we make a few changes: //! - [ ] Automatically implement Into