Trait tea_sdk::runtime::http::IntoHttpBytes
pub trait IntoHttpBytes {
// Required method
fn into_http_bytes(self) -> Result<Vec<u8>, RuntimeCodec>;
}
pub trait IntoHttpBytes {
// Required method
fn into_http_bytes(self) -> Result<Vec<u8>, RuntimeCodec>;
}