Skip to main content

charge

Function charge 

Source
pub fn charge(budget: Option<&Budget>, bytes: u64) -> Result<()>
Expand description

Charge bytes against an optional traversal budget. None (the trusted, unbounded path) is a no-op the optimizer removes.