mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-10 19:49:38 +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(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn is_speaking(&self) -> Result<bool, Error> {
|
fn is_speaking(&self) -> std::result::Result<bool, Error> {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user