Open
Description
https://docs.rs/crate/r3/0.2.0/builds/526363
error[E0599]: no method named `text` found for reference `&Node<&str, &str, svgbob::sauron::prelude::Leaf, &str, AttributeValue<()>>` in the current scope
--> /opt/rustwide/cargo-home/registry/src/proxy-git.cwkhome.fun-1ecc6299db9ec823/svgbobdoc-0.3.0-alpha.4/src/textproc.rs:297:47
|
297 | if let Some(text) = child.text() {
| ^^^^ method not found in `&Node<&str, &str, svgbob::sauron::prelude::Leaf, &str, AttributeValue<()>>`
(edit: This particular breakage was fixed by #4)