Trait tea_sdk::runtime::http::FromHttpBytes
pub trait FromHttpBytes: Sized {
fn from_http_bytes(
input: Vec<u8, Global>
) -> Result<Self, Error<impl Scope>>;
}
pub trait FromHttpBytes: Sized {
fn from_http_bytes(
input: Vec<u8, Global>
) -> Result<Self, Error<impl Scope>>;
}