Function encode

Source
pub fn encode<W>(
    section: &WebidlBindings,
    indices: &IdsToIndices,
    into: &mut W,
) -> Result<()>
where W: Write,
Expand description

Encode the given Web IDL bindings section into the given write-able.