fn calcSizeUpperBound(decoder: *const Base64Decoder, source_len: usize) Error!usize
[src]
Return the maximum possible decoded size for a given input length - The actual length may be less if the input includes padding. InvalidPadding
is returned if the input length is not valid.