Trait tea_sdk::runtime::http::FromHttpBytes
pub trait FromHttpBytes: Sized {
// Required method
fn from_http_bytes(input: Vec<u8>) -> Result<Self, RuntimeCodec>;
}
Required Methods§
fn from_http_bytes(input: Vec<u8>) -> Result<Self, RuntimeCodec>
Object Safety§
This trait is not object safe.