Skip to main content

ToOtherADType

Trait ToOtherADType 

Source
pub trait ToOtherADType: Reparameterize {
    // Required method
    fn to_other_ad_type<T2: AD>(&self) -> <Self as Reparameterize>::SelfType<T2>;
}

Required Methods§

Source

fn to_other_ad_type<T2: AD>(&self) -> <Self as Reparameterize>::SelfType<T2>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§