Constant fidl::encoding::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.