[][src]Trait rdi::Value

pub trait Value<T> {
    pub fn value(&self) -> T;
}

Do not implement this manually. Use #[injector] instead.

Required methods

pub fn value(&self) -> T[src]

Loading content...

Implementors

Loading content...