pub fn log_puff_error<T>(label: &str, r: PuffResult<T>) -> PuffResult<T>
Expand description

Log a puff error if it exists for the result, and return the result back.