Bookmark default

This commit is contained in:
ChristianVisintin 2020-12-15 12:03:31 +01:00
parent 0e7527fb3f
commit db7ee624e3

View file

@ -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
///