summaryrefslogtreecommitdiff
path: root/iced_builder/src/lib.rs
blob: 6af030fb04bdaed3e1b14e1433467d01454ec756 (plain)
1
2
3
4
5
6
pub mod dialogs;
pub mod error;
pub mod types;
pub mod views;

pub type Result<T> = std::result::Result<T, error::Error>;