(mut _buf: Cursor)
| 286 | } |
| 287 | |
| 288 | fn decode_terminate(mut _buf: Cursor) -> Result<FrontendMessage, io::Error> { |
| 289 | // Nothing more to decode. |
| 290 | Ok(FrontendMessage::Terminate) |
| 291 | } |
| 292 | |
| 293 | fn decode_password(mut buf: Cursor) -> Result<FrontendMessage, io::Error> { |
| 294 | Ok(FrontendMessage::Password { |