We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ca102 commit c57e46eCopy full SHA for c57e46e
README.md
@@ -42,8 +42,8 @@ Now open up your `src/main.rs` file and establish a connection to the server whi
42
imports:
43
44
```rust
45
-use skytable::{Connection, Query, Element};
46
-fn main() -> std::io::Result<()> {
+use skytable::{Connection, Query, Element, SkyResult};
+fn main() -> SkyResult<()> {
47
let mut con = Connection::new("127.0.0.1", 2003)?;
48
Ok(())
49
}
0 commit comments