mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-09 21:21:02 +00:00
Implement Debug for public types
This commit is contained in:
@@ -4,6 +4,7 @@ use error::Error;
|
||||
use token::Token;
|
||||
|
||||
/// A `Serializer` that ensures that a value serializes to a given list of tokens.
|
||||
#[derive(Debug)]
|
||||
pub struct Serializer<'a> {
|
||||
tokens: &'a [Token],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user