pub trait AsLoadConfigV8 {
    // Provided method
    fn volatile_metadata_pointer(&self) -> u64 { ... }
}

Provided Methods§

Trait Implementations§

§

impl Debug for &dyn AsLoadConfigV8

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§