Lines Matching defs:end
162 seq.end()
233 // The start of the sequence, each value, and the end use three separate method calls.
326 // Add another half of the parentheses at the end.
336 // Finally, one call to end the serializing of the compound type.
355 fn end(self) -> Result<(), Error> {
374 fn end(self) -> Result<(), Error> {
393 fn end(self) -> Result<(), Error> {
406 // So the `end` method in this impl is responsible for closing
420 fn end(self) -> Result<(), Error> {
450 // the end of 'serialize_key' or at the beginning of 'serialize_value'.
460 fn end(self) -> Result<(), Error> {
480 fn end(self) -> Result<(), Error> {
486 // Similar to 'SerializeTupleVariant', the 'end' method here is responsible for
502 fn end(self) -> Result<(), Error> {