Method lrs::thread::Builder::stack_size

Returns the size of the thread's stack.

Syntax

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