Enum bitfields::Error [−][src]
pub enum Error {
Overflow,
TryFromErr,
}Variants
OverflowTryFromErr
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Error[src]
impl PartialEq for Error