azure_
core
0.21.0
In azure_
core::
xml
Modules
text_content
Functions
read_xml
read_xml_str
to_xml
to_xml_with_root
azure_core
::
xml
Function
to_xml_with_root
Copy item path
Settings
Help
Summary
Source
pub fn to_xml_with_root<T>(root_tag: &
str
, value:
&T
) ->
Result
<
Bytes
>
where T:
Serialize
,