tiempo-rs/src/editor.rs

6 lines
89 B
Rust
Raw Normal View History

2021-06-18 11:27:19 -05:00
use crate::error;
pub fn get_string() -> error::Result<String> {
unimplemented!()
}