[][src]Type Definition amq_protocol::frame::GenResult

type GenResult<W> = Result<WriteContext<W>, GenError>;

Holds the result of serializing functions

The Ok case returns the Write used for writing, in the Err case an instance of cookie_factory::GenError is returned.