Skip to main content

INativeThrowsAttributeMethods

Trait INativeThrowsAttributeMethods 

Source
pub trait INativeThrowsAttributeMethods: INativeThrowsAttribute {
    // Provided methods
    fn set_throws_exception(self, value: impl Into<bool>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn set_throws_exception(self, value: impl Into<bool>)

set_ThrowsException(bool) overload

Source

fn ctor(self)

.ctor() 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: INativeThrowsAttribute> INativeThrowsAttributeMethods for __T

Available on crate feature unity_engine-bindings-nativethrowsattribute only.