Trait cookie_factory::sequence::Tuple
source · pub trait Tuple<W> {
// Required method
fn serialize(&self, w: WriteContext<W>) -> GenResult<W>;
}
Expand description
Helper trait for the tuple
combinator
pub trait Tuple<W> {
// Required method
fn serialize(&self, w: WriteContext<W>) -> GenResult<W>;
}
Helper trait for the tuple
combinator