Skip to main content

IIKeyEvaluatorMethods

Trait IIKeyEvaluatorMethods 

Source
pub trait IIKeyEvaluatorMethods: IIKeyEvaluator {
    // Provided methods
    fn get_runtime_key(self) -> Object { ... }
    fn runtime_key_is_valid(self) -> bool { ... }
}

Provided Methods§

Source

fn get_runtime_key(self) -> Object

get_RuntimeKey() overload

Source

fn runtime_key_is_valid(self) -> bool

RuntimeKeyIsValid() overload

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.

Implementors§

Source§

impl<__T: IIKeyEvaluator> IIKeyEvaluatorMethods for __T

Available on crate feature unity_engine-addressable_assets-ikeyevaluator only.