Docs.rs
axohtml-0.5.0
axohtml 0.5.0
Permalink
Docs.rs crate page
MPL-2.0
+
Links
Documentation
Repository
crates.io
Source
Owners
ashleygwilliams
Dependencies
axohtml-macros ^0.5.0
normal
htmlescape ^0.3.1
normal
language-tags ^0.3
normal
mime ^0.3.17
normal
proc-macro-nested ^0.1.7
normal
strum ^0.24
normal
strum_macros ^0.24
normal
Versions
0.51%
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
☰
HGroupContent
Trait Implementations
IntoIterator
Implementors
In axohtml::elements
?
Trait
axohtml
::
elements
::
HGroupContent
source
·
[
−
]
pub trait HGroupContent<T:
OutputType
+
Send
>:
Node
<T> { }
Trait Implementations
§
source
§
impl<T>
IntoIterator
for
Box
<dyn
HGroupContent
<T>>
where T:
OutputType
+
Send
,
§
type
Item
=
Box
<dyn
HGroupContent
<T> + 'static,
Global
>
The type of the elements being iterated over.
§
type
IntoIter
=
IntoIter
<
Box
<dyn
HGroupContent
<T> + 'static,
Global
>,
Global
>
Which kind of iterator are we turning this into?
source
§
fn
into_iter
(self) -> Self::
IntoIter
Creates an iterator from a value.
Read more
Implementors
§
source
§
impl<T>
HGroupContent
<T> for
h1
<T>
where T:
OutputType
+
Send
,
source
§
impl<T>
HGroupContent
<T> for
h2
<T>
where T:
OutputType
+
Send
,
source
§
impl<T>
HGroupContent
<T> for
h3
<T>
where T:
OutputType
+
Send
,
source
§
impl<T>
HGroupContent
<T> for
h4
<T>
where T:
OutputType
+
Send
,
source
§
impl<T>
HGroupContent
<T> for
h5
<T>
where T:
OutputType
+
Send
,
source
§
impl<T>
HGroupContent
<T> for
h6
<T>
where T:
OutputType
+
Send
,