INLINE_SIZE

Constant INLINE_SIZE 

Source
pub const INLINE_SIZE: usize = _; // 2usize
Expand description

Inline storage (in ranges) reserved in a RangeVec.

Controlled by the inline_storage feature, which is enabled by default. When the inline_storage feature is not enabled, this constant is set to 0.