[][src]Trait lang_extension::any::AnyExtension

pub trait AnyExtension {
    fn type_name(&self) -> &'static str;
fn memory_address(&self) -> usize;
fn reference_equals(&self, other: &dyn Any) -> bool; }

Required methods

fn type_name(&self) -> &'static str

fn memory_address(&self) -> usize

fn reference_equals(&self, other: &dyn Any) -> bool

Loading content...

Implementors

impl<T: ?Sized> AnyExtension for T[src]

Loading content...