Make BoolVisitor public so it is documented as being in existence
This commit is contained in:
parent
bcc9e15b05
commit
1611daf802
@ -48,7 +48,7 @@ impl Deserialize for () {
|
|||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
struct BoolVisitor;
|
pub struct BoolVisitor;
|
||||||
|
|
||||||
impl Visitor for BoolVisitor {
|
impl Visitor for BoolVisitor {
|
||||||
type Value = bool;
|
type Value = bool;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user