mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 04:21:04 +00:00
Inlne the visit_seq method
This commit is contained in:
@@ -311,6 +311,7 @@ fn deserialize_tuple_struct(
|
|||||||
impl $visitor_generics ::serde::de::Visitor for $visitor_ty $where_clause {
|
impl $visitor_generics ::serde::de::Visitor for $visitor_ty $where_clause {
|
||||||
type Value = $ty;
|
type Value = $ty;
|
||||||
|
|
||||||
|
#[inline]
|
||||||
fn visit_seq<__V>(&mut self, mut visitor: __V) -> ::std::result::Result<$ty, __V::Error>
|
fn visit_seq<__V>(&mut self, mut visitor: __V) -> ::std::result::Result<$ty, __V::Error>
|
||||||
where __V: ::serde::de::SeqVisitor,
|
where __V: ::serde::de::SeqVisitor,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user