Skip to main content

IWork

Trait IWork 

Source
pub trait IWork {
    type Spec;

    // Required method
    fn work_spec(&self) -> Self::Spec;
}

Required Associated Types§

Required Methods§

Source

fn work_spec(&self) -> Self::Spec

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§