Skip to main content

SomeIdent

Trait SomeIdent 

Source
pub trait SomeIdent {
    // Required method
    fn get_some_ident(&self) -> Option<Ident>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl SomeIdent for Path

Implementors§