Constant iovec::MAX_LENGTH
source · [−]pub const MAX_LENGTH: usize = sys::MAX_LENGTH; // 18_446_744_073_709_551_615usize
Expand description
Max length of an IoVec
slice.
Attempts to convert slices longer than this value will result in a panic.