mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Empty structs
This commit is contained in:
@@ -27,7 +27,7 @@ use super::{SerializerError, SerializerErrorKind, UserHosts};
|
||||
|
||||
use std::io::{Read, Write};
|
||||
|
||||
pub struct BookmarkSerializer {}
|
||||
pub struct BookmarkSerializer;
|
||||
|
||||
impl BookmarkSerializer {
|
||||
/// ### serialize
|
||||
|
||||
Reference in New Issue
Block a user