Lines Matching defs:Error
18 type Error; typedef
20 fn from_bytes<B: ByteOrder>(bytes: &[u8], channels: usize) -> Result<Self, Self::Error>; in from_bytes() argument
24 type Error; typedef
31 ) -> Result<usize, Self::Error>; in to_bytes()
35 pub enum Error { enum
183 type Error = (); typedef
185 fn from_bytes<B: ByteOrder>(bytes: &[u8], channels: usize) -> Result<Self, Self::Error> { in from_bytes() argument
206 type Error = (); typedef
208 fn from_bytes<B: ByteOrder>(bytes: &[u8], channels: usize) -> Result<Self, Self::Error> { in from_bytes() argument
243 type Error = (); typedef
245 fn from_bytes<B: ByteOrder>(bytes: &[u8], channels: usize) -> Result<Self, Self::Error> { in from_bytes() argument
266 type Error = (); typedef
268 fn from_bytes<B: ByteOrder>(bytes: &[u8], channels: usize) -> Result<Self, Self::Error> { in from_bytes() argument