mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-29 21:07:55 +00:00
Expose TupleVisitor*::new
This commit is contained in:
@@ -574,7 +574,7 @@ macro_rules! tuple_impls {
|
||||
impl<
|
||||
$($name: Deserialize,)+
|
||||
> $visitor<$($name,)+> {
|
||||
fn new() -> Self {
|
||||
pub fn new() -> Self {
|
||||
$visitor { marker: PhantomData }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user