diff options
| author | mat <git@matdoes.dev> | 2025-09-28 16:51:06 +1100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-09-28 16:51:06 +1100 |
| commit | 5ed0c5d635b1c28721b3c32f1d6ce04a30934992 (patch) | |
| tree | 187115969a656fd74851da925edfc3fb14d26edd /azalea/src | |
| parent | 74dcb7b37d953ec4d45dd6aac4c8e598c87def7d (diff) | |
| download | azalea-drasl-5ed0c5d635b1c28721b3c32f1d6ce04a30934992.tar.xz | |
update deps
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index ae49c649..e3e92170 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -46,6 +46,7 @@ pub type BoxHandleFn<S, R> = Box<dyn Fn(Client, azalea_client::Event, S) -> BoxFuture<'static, R> + Send>; pub type HandleFn<S, Fut> = fn(Client, azalea_client::Event, S) -> Fut; +/// An error related to resolving the server address when starting a client. #[derive(Error, Debug)] pub enum StartError { #[error("Invalid address")] |
