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.
pub fn encode<W>(
section: &WebidlBindings,
indices: &IdsToIndices,
into: &mut W,
) -> Result<()>where
W: Write,Encode the given Web IDL bindings section into the given write-able.