mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-26 02:47:56 +00:00
Rephrase serde_test::Configure documentation
This commit is contained in:
@@ -9,8 +9,8 @@ pub struct Readable<T: ?Sized>(T);
|
||||
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub struct Compact<T: ?Sized>(T);
|
||||
|
||||
/// Trait which lets values mark whether they should serialize or deserialize to or from their
|
||||
/// human-readable or compact representation.
|
||||
/// Trait to determine whether a value is represented in human-readable or
|
||||
/// compact form.
|
||||
///
|
||||
/// ```
|
||||
/// extern crate serde;
|
||||
|
||||
Reference in New Issue
Block a user