mirror of
https://github.com/veeso/termscp.git
synced 2026-04-07 10:41:54 -07:00
Bookmark default
This commit is contained in:
@@ -70,6 +70,15 @@ pub enum SerializerErrorKind {
|
||||
SyntaxError,
|
||||
}
|
||||
|
||||
impl Default for UserHosts {
|
||||
fn default() -> Self {
|
||||
UserHosts {
|
||||
bookmarks: HashMap::new(),
|
||||
recents: HashMap::new(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl SerializerError {
|
||||
/// ### new
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user