Number of bytes written to this segment, including the header.
(&self)
| 209 | |
| 210 | /// Number of bytes written to this segment, including the header. |
| 211 | pub fn len(&self) -> u64 { |
| 212 | self.bytes_written |
| 213 | } |
| 214 | } |
| 215 | |
| 216 | pub trait FileLike { |
no outgoing calls