update deserialize_cd_keys documentation
This commit is contained in:
parent
2b13a2beff
commit
64a4751cc3
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ fn deserialize_title<D>(deserializer: D) -> Result<String, D::Error>
|
||||||
/// - if there is at least one `:`
|
/// - if there is at least one `:`
|
||||||
/// - split at `:`
|
/// - split at `:`
|
||||||
/// - every odd position in the resulting array is a key name, every even its corresponding value
|
/// - every odd position in the resulting array is a key name, every even its corresponding value
|
||||||
/// - if not
|
/// - else
|
||||||
/// - the content name is the key name and the value is used as is
|
/// - the content name is the key name and the value is used as is
|
||||||
///
|
///
|
||||||
fn deserialize_cd_keys(content_title: &str, raw_cd_keys: &str) -> BTreeMap<String, String> {
|
fn deserialize_cd_keys(content_title: &str, raw_cd_keys: &str) -> BTreeMap<String, String> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue