[][src]Constant wasi::RIGHTS_FD_SEEK

pub const RIGHTS_FD_SEEK: Rights = 0x4;

The right to invoke fd_seek. This flag implies rights::fd_tell.