Skip to main content

Statx

Trait Statx 

Source
pub trait Statx: Sized {
    // Required method
    fn stx_size(&self) -> u64;
}

Required Methods§

Source

fn stx_size(&self) -> u64

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§