1 2 3
pub fn editor_paste(_: &str) -> Result<bool, String> { Err(String::from("Your device does not currently support live editing")) }