mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
add separator
This commit is contained in:
parent
8f9f5d3eaa
commit
0cf4206ebc
@ -183,7 +183,7 @@ pub fn state(this: &SimpleAction) -> (Option<i32>, Option<String>, bool, bool, b
|
|||||||
let (position, request, is_pinned, is_selected, is_attention, is_load) = this
|
let (position, request, is_pinned, is_selected, is_attention, is_load) = this
|
||||||
.state()
|
.state()
|
||||||
.expect("Expected (`position`,`request`,`is_pinned`,`is_selected`,`is_attention`,`is_load`) state")
|
.expect("Expected (`position`,`request`,`is_pinned`,`is_selected`,`is_attention`,`is_load`) state")
|
||||||
.get::<(i32, String, bool, bool, bool,bool)>()
|
.get::<(i32, String, bool, bool, bool, bool)>()
|
||||||
.expect("Parameter type does not match (`i32`,`String`,`bool`,`bool`,`bool`,`bool`) tuple");
|
.expect("Parameter type does not match (`i32`,`String`,`bool`,`bool`,`bool`,`bool`) tuple");
|
||||||
(
|
(
|
||||||
// Convert from C-based variant value to Option
|
// Convert from C-based variant value to Option
|
||||||
|
Loading…
x
Reference in New Issue
Block a user