#[derive(thiserror::Error, Debug)] #[error("No user info found")] pub struct NoUserInfo; #[derive(thiserror::Error, Debug)] #[error("Handler was already used")] pub struct HandlerUsed;