pub type StatusOnlyResponse = BoxFuture<'static, Result<u16, PinError>>;
pub struct StatusOnlyResponse { /* private fields */ }