aboutsummaryrefslogtreecommitdiff
path: root/azalea/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src')
-rw-r--r--azalea/src/lib.rs1
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")]