Skip to main content

Attributes

Trait Attributes 

Source
pub trait Attributes {
    type ReturnOperand;

    // Required method
    fn attributes(&self) -> Self::ReturnOperand;
}

Required Associated Types§

Required Methods§

Source

fn attributes(&self) -> Self::ReturnOperand

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§