Method lrs::thread::Builder::guard_size

Returns the size of the guard page at the end of the thread's stack.

Syntax

impl Builder {
    fn guard_size(&mut self) -> Result<usize, Errno>
}