Docs.rs
h2s-0.18.0
h2s 0.18.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ikenox
Dependencies
h2s_core ^0.18.0
normal
h2s_macro ^0.18.0
normal
itertools ^0.10.5
normal
scraper ^0.16.0
normal
optional
Versions
30.77%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
h2s
0.18.0
Text
Node
Required Methods
get_text
Implementors
In h2s::
html
h2s
::
html
Trait
TextNode
Copy item path
Source
pub trait TextNode:
Debug
{ // Required method fn
get_text
(&self) ->
String
; }
Required Methods
§
Source
fn
get_text
(&self) ->
String
Implementors
§
Source
§
impl<'a>
TextNode
for
ScraperTextNode
<'a>