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