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