[go: up one dir, main page]

signed

Function signed 

Source
pub fn signed<W>(w: &mut W, val: i64) -> Result<usize, Error>
where W: Write,
Expand description

Write the given signed number using the LEB128 encoding to the given std::io::Writeable. Returns the number of bytes written to w, or an error if writing failed.