mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-17 10:21:03 +00:00
Merge pull request #105 from jnicholls/boolvisitor
Make BoolVisitor public so it is documented as being in existence
This commit is contained in:
@@ -50,7 +50,7 @@ impl Deserialize for () {
|
|||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
struct BoolVisitor;
|
pub struct BoolVisitor;
|
||||||
|
|
||||||
impl Visitor for BoolVisitor {
|
impl Visitor for BoolVisitor {
|
||||||
type Value = bool;
|
type Value = bool;
|
||||||
|
|||||||
Reference in New Issue
Block a user