Searched refs:ByteCountNotAligned (Results 1 – 1 of 1) sorted by relevance
21 pub fn new(bytes: usize) -> Result<Self, ByteCountNotAligned> { in new() argument26 Err(ByteCountNotAligned(bytes)) in new()224 pub struct ByteCountNotAligned(usize); struct226 impl fmt::Display for ByteCountNotAligned { implementation236 impl core::error::Error for ByteCountNotAligned {} implementation