Skip to main content

IWWWFormMethods

Trait IWWWFormMethods 

Source
pub trait IWWWFormMethods: IWWWForm {
    // Provided methods
    fn get_headers(self) -> Dictionary_2<Il2CppString, Il2CppString> { ... }
    fn get_data(self) -> Array<u8> { ... }
}

Provided Methods§

Source

fn get_headers(self) -> Dictionary_2<Il2CppString, Il2CppString>

get_headers() overload

Source

fn get_data(self) -> Array<u8>

get_data() 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: IWWWForm> IWWWFormMethods for __T

Available on crate feature unity_engine-wwwform only.