pub trait IWWWFormMethods: IWWWForm {
// Provided methods
fn get_headers(self) -> Dictionary_2<Il2CppString, Il2CppString> { ... }
fn get_data(self) -> Array<u8> { ... }
}Provided Methods§
Sourcefn get_headers(self) -> Dictionary_2<Il2CppString, Il2CppString>
fn get_headers(self) -> Dictionary_2<Il2CppString, Il2CppString>
get_headers() 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§
impl<__T: IWWWForm> IWWWFormMethods for __T
Available on crate feature
unity_engine-wwwform only.