Skip to main content

IProviderExceptionMethods

Trait IProviderExceptionMethods 

Source
pub trait IProviderExceptionMethods: IProviderException {
    // Provided method
    fn get_location(self) -> IResourceLocation { ... }
}

Provided Methods§

Source

fn get_location(self) -> IResourceLocation

get_Location() 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: IProviderException> IProviderExceptionMethods for __T

Available on crate feature unity_engine-resource_management-exceptions-providerexception only.