pub trait Method: Encodable + Decodable { fn se(&self) -> AmqpResult> { let mut encoder = Encoder::::new(); Ok(encoder.data) } }