pub struct RespCommandArgument;
impl RespCommandArgument {
/// libs/server/Resp/RespCommandArgument.cs:ToByteRespFormat
pub fn to_byte_resp_format(_output: &mut Vec<u8>) {}
/// libs/server/Resp/RespCommandArgument.cs:ToRespFormat
pub fn to_resp_format(_output: &mut Vec<u8>) {}
/// libs/server/Resp/RespCommandArgument.cs:CanConvert
pub fn can_convert() -> bool {
true
}
}