Docs.rs
anyxml-0.6.1
anyxml 0.6.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tayu0110
Dependencies
anyxml-automata ^0.1.1
normal
anyxml-uri ^0.1.4
normal
clap ^4.5.47
normal
Versions
21.02%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
ElementDecl
anyxml
0.6.1
Element
Decl
Aliased Type
Methods
content_spec
name
Trait Implementations
Display
In anyxml::
tree::
element_
decl
anyxml
::
tree
::
element_decl
Type Alias
Element
Decl
Copy item path
Source
pub type ElementDecl =
Node
<
ElementDeclSpec
>;
Aliased Type
§
pub struct ElementDecl {
/* private fields */
}
Implementations
§
Source
§
impl
ElementDecl
Source
pub fn
name
(&self) ->
Rc
<
str
>
Source
pub fn
content_spec
(&self) ->
Ref
<'_,
ContentSpec
>
Trait Implementations
§
Source
§
impl
Display
for
ElementDecl
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more