Skip to main content

IWWW

Trait IWWW 

Source
pub trait IWWW: ICustomYieldInstruction {
    // Provided methods
    fn uwr(self) -> UnityWebRequest { ... }
    fn set_uwr(self, value: UnityWebRequest) { ... }
    fn asset_bundle(self) -> AssetBundle { ... }
    fn set_asset_bundle(self, value: AssetBundle) { ... }
    fn response_headers(self) -> Dictionary_2<Il2CppString, Il2CppString> { ... }
    fn set_response_headers(
        self,
        value: Dictionary_2<Il2CppString, Il2CppString>,
    ) { ... }
}

Provided Methods§

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 IWWW for WWW