Skip to main content

Sign

Trait Sign 

Source
pub trait Sign {
    type ReturnOperand;

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

Required Associated Types§

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§