Function cdr::serialize_into

source ·
pub fn serialize_into<W, T: ?Sized, S, C>(
    writer: W,
    value: &T,
    size_limit: S
) -> Result<()>where
    W: Write,
    T: Serialize,
    S: SizeLimit,
    C: Encapsulation,
Expand description

Serializes an object directly into a Write with the encapsulation.