it: test window gains kb focus when mapped
This commit is contained in:
parent
cbf539cbcc
commit
c827a93dbb
19 changed files with 672 additions and 39 deletions
|
|
@ -6,6 +6,8 @@ use {
|
|||
},
|
||||
};
|
||||
|
||||
pub type TestResult<T = ()> = Result<T, TestError>;
|
||||
|
||||
pub struct TestError {
|
||||
error: Box<dyn Error + 'static>,
|
||||
source: Option<Box<TestError>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue