mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 20:11:02 +00:00
@@ -39,6 +39,9 @@ pub trait Error: Sized + error::Error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Raised when a fixed sized sequence or map was passed in the wrong amount of arguments.
|
/// Raised when a fixed sized sequence or map was passed in the wrong amount of arguments.
|
||||||
|
///
|
||||||
|
/// The parameter `len` is the number of arguments found in the serialization. The sequence
|
||||||
|
/// may either expect more arguments or less arguments.
|
||||||
fn invalid_length(len: usize) -> Self {
|
fn invalid_length(len: usize) -> Self {
|
||||||
Error::custom(format!("Invalid length: {}", len))
|
Error::custom(format!("Invalid length: {}", len))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user