DoxigAlpha

BufPrintError

Source

Implementation

#
pub const BufPrintError = error{
    /// As much as possible was written to the buffer, but it was too small to fit all the printed bytes.
    NoSpaceLeft,
}