Searched defs:write_obj (Results 1 – 2 of 2) sorted by relevance
153 pub fn write_obj<T: AsBytes>(&self, val: T, offset: usize) -> Result<()> { in write_obj() method
569 pub fn write_obj<T: AsBytes>(&mut self, val: T) -> io::Result<()> { in write_obj() method