Enum ark_api::world::MessageResponse
source · pub enum MessageResponse<T> {
NonExistent,
Pending,
Empty,
Ok(T),
}Expand description
Represents the state of a message response.
pub enum MessageResponse<T> {
NonExistent,
Pending,
Empty,
Ok(T),
}Represents the state of a message response.