mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 09:29:37 +00:00
Forgot we have to fully-qualify the type here.
This commit is contained in:
parent
d46b886875
commit
d004404e4d
|
@ -138,7 +138,7 @@ impl Backend for WinRT {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
fn is_speaking(&self) -> Result<bool, Error> {
|
||||
fn is_speaking(&self) -> std::result::Result<bool, Error> {
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user