mirror of
https://github.com/tribufu/unwrap-gui
synced 2025-06-22 13:44:37 +00:00
Create basic library
This commit is contained in:
9
examples/option.rs
Normal file
9
examples/option.rs
Normal file
@ -0,0 +1,9 @@
|
||||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
use unwrap_gui::*;
|
||||
|
||||
fn main() {
|
||||
let option: Option<()> = None;
|
||||
option.unwrap_gui();
|
||||
}
|
Reference in New Issue
Block a user