fidl::encoding

Constant MAX_RECURSION

Source
pub const MAX_RECURSION: usize = 32;
Expand description

The maximum recursion depth of encoding and decoding. Each pointer to an out-of-line object counts as one step in the recursion depth.