Trait grcov::Endian

source ·
pub trait Endian {
    // Required method
    fn is_little_endian() -> bool;
}

Required Methods§

Implementors§