pepsighan / ruukh-ui

An experimental next-gen frontend framework for the Web in Rust.
MIT License
0 stars 1 forks source link

error[E0446]: private type `app::DeitiesState` in public interface #23

Closed zengsai closed 6 years ago

zengsai commented 6 years ago
error[E0446]: private type app::DeitiesState in public interface --> src/app.rs:7:1 7 #[component] -^^^^^^^^^^^
can't leak private type
app::DeitiesState declared as private

error[E0446]: private type app::DeitiesStatus in public interface

my app layout is:

image

pepsighan commented 6 years ago

Issue resolved.