-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
insert_all method not found in noria::table::Table
#164
Comments
Ah, you are looking at some very outdated documentation. If that's still linked from somewhere, we should remove that. Unfortunately, docs.rs also can't build the docs at the moment (see #153), so to see the actual docs you'll want to clone the git repository and then do: $ cargo doc --lib -p noria |
thank you, I need to get better at reading docs w cargo.
|
Huh, interesting. Can you try a |
after
|
Ah, man, yeah, that's #153, which in turn is rust-lang/rust#65863. Unfortunately not much I can do about that. I think for now you're stuck with having to look at |
idk why i didn't think of that, |
|
I am probably doing something dumb, but I am trying to use the insert_all function, but it doesn't seem to exist.
gives: no method named
insert_all
found for structnoria::table::Table
in the current scope: method not found innoria::table::Table
The definition for
insert_all
iswhich I believe a Vec impls IntoIterator.
I think a code snippet in the docs would be helpful
-- versions --
My Cargo.toml has noria = "0.5.0"
rustc 1.45.0-nightly (47c3158c3 2020-06-04)
The text was updated successfully, but these errors were encountered: