Function leb128::write::signed[][src]

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

Write val to the std::io::Write stream w as a signed LEB128 value.

On success, return the number of bytes written to w.