DoxigAlpha

ConvertError

Source

Implementation

#
pub const ConvertError = error{
    NegativeIntoUnsigned,
    TargetTooSmall,
}