commit
72d9560676
1 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,6 @@ impl ClipboardProvider for Clipboard {
|
|||
}
|
||||
|
||||
fn write(&mut self, contents: String) -> Result<(), Box<dyn Error>> {
|
||||
Err(Box::new(AndroidClipboardError::Unimplemented))
|
||||
Err(Box::new(iOSClipboardError::Unimplemented))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue