ssw/doc/toml/ser/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
498 B
JavaScript

window.SIDEBAR_ITEMS = {"enum":[["Error","Errors that can occur when serializing a type."]],"fn":[["tables_last","Convenience function to serialize items in a map in an order valid with TOML."],["to_string","Serialize the given data structure as a String of TOML."],["to_string_pretty","Serialize the given data structure as a “pretty” String of TOML."],["to_vec","Serialize the given data structure as a TOML byte vector."]],"struct":[["Serializer","Serialization implementation for TOML."]]};