Type Definition iced::Result

source ·
pub type Result = Result<(), Error>;
Expand description

The result of running an Application.