Skip to main content

Attribute

Trait Attribute 

Source
pub trait Attribute {
    type ReturnOperand;

    // Required method
    fn attribute(&self, attribute: GraphRecordAttribute) -> Self::ReturnOperand;
}

Required Associated Types§

Required Methods§

Source

fn attribute(&self, attribute: GraphRecordAttribute) -> Self::ReturnOperand

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§