UncheckedGetter

Trait UncheckedGetter 

Source
pub trait UncheckedGetter {
    // Required method
    fn get<T: FromBytes + CLTyped>(&self, key: &str) -> T;
}

Required Methods§

Source

fn get<T: FromBytes + CLTyped>(&self, key: &str) -> T

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl UncheckedGetter for RuntimeArgs

Source§

fn get<T: FromBytes + CLTyped>(&self, key: &str) -> T

Implementors§