mirror of
https://github.com/veeso/termscp.git
synced 2026-09-26 05:51:20 -07:00
Empty structs
This commit is contained in:
@@ -27,7 +27,7 @@ use super::{SerializerError, SerializerErrorKind, UserHosts};
|
|||||||
|
|
||||||
use std::io::{Read, Write};
|
use std::io::{Read, Write};
|
||||||
|
|
||||||
pub struct BookmarkSerializer {}
|
pub struct BookmarkSerializer;
|
||||||
|
|
||||||
impl BookmarkSerializer {
|
impl BookmarkSerializer {
|
||||||
/// ### serialize
|
/// ### serialize
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ use super::{SerializerError, SerializerErrorKind, UserConfig};
|
|||||||
|
|
||||||
use std::io::{Read, Write};
|
use std::io::{Read, Write};
|
||||||
|
|
||||||
pub struct ConfigSerializer {}
|
pub struct ConfigSerializer;
|
||||||
|
|
||||||
impl ConfigSerializer {
|
impl ConfigSerializer {
|
||||||
/// ### serialize
|
/// ### serialize
|
||||||
|
|||||||
+1
-1
@@ -32,7 +32,7 @@ use std::time::Duration;
|
|||||||
///
|
///
|
||||||
/// InputHandler is the struct which runs a thread which waits for
|
/// InputHandler is the struct which runs a thread which waits for
|
||||||
/// input events from the user and reports them through a receiver
|
/// input events from the user and reports them through a receiver
|
||||||
pub(crate) struct InputHandler {}
|
pub(crate) struct InputHandler;
|
||||||
|
|
||||||
impl InputHandler {
|
impl InputHandler {
|
||||||
/// ### InputHandler
|
/// ### InputHandler
|
||||||
|
|||||||
Reference in New Issue
Block a user