Events feature skeleton

This commit is contained in:
2025-12-03 23:05:22 +01:00
parent a677e0feb1
commit 98d5e59413
4 changed files with 84 additions and 18 deletions

View File

@@ -92,5 +92,3 @@ pub enum ServerError {
#[error("Failed to write to stdin")]
StdinWriteFailed,
}
type Result<T> = std::result::Result<T, Error>;