Make Application and Sandbox return a Result
This commit is contained in:
parent
faa12382d4
commit
c1f79b40cf
40 changed files with 166 additions and 58 deletions
|
|
@ -30,11 +30,13 @@ pub mod conversion;
|
|||
pub mod settings;
|
||||
|
||||
mod clipboard;
|
||||
mod error;
|
||||
mod mode;
|
||||
mod proxy;
|
||||
|
||||
pub use application::Application;
|
||||
pub use clipboard::Clipboard;
|
||||
pub use error::Error;
|
||||
pub use mode::Mode;
|
||||
pub use proxy::Proxy;
|
||||
pub use settings::Settings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue