iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
24.93k stars 1.18k forks source link

There are many structs you cannot see documentation for on docs.rs #732

Closed Ploppz closed 3 years ago

Ploppz commented 3 years ago

For example https://docs.rs/iced/0.2.0/iced/type.Element.html Docs provide no information at all about this important type. Not sure why it is so and what it takes to fix it.

samyak-jain commented 3 years ago

Looks like a duplicate of this issue https://github.com/hecrj/iced/issues/340

You can find the actual element docs here: https://docs.rs/iced_native/0.3.0/iced_native/struct.Element.html