XmlExt
cadmus_
core
0.9.46
XmlExt
Required Methods
is_xml_whitespace
Implementations on Foreign Types
char
Implementors
In cadmus_
core::
document::
html::
xml
cadmus_core
::
document
::
html
::
xml
Trait
XmlExt
Copy item path
Source
pub trait XmlExt { // Required method fn
is_xml_whitespace
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_xml_whitespace
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
XmlExt
for
char
Source
§
fn
is_xml_whitespace
(&self) ->
bool
Implementors
§