butterbidi/session/commands/status
Types
pub type StatusResult {
  StatusResult(ready: Bool, message: String)
}Constructors
- 
          StatusResult(ready: Bool, message: String)
Values
pub fn status_result_decoder() -> decode.Decoder(StatusResult)