UpcastExt

Trait UpcastExt 

Source
pub trait UpcastExt<'a> {
    type Output;

    // Required method
    fn upcast(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn upcast(self) -> Self::Output

Implementations on Foreign Types§

Source§

impl<'a, T> UpcastExt<'a> for &'a T

Source§

type Output = &'a void

Source§

fn upcast(self) -> Self::Output

Implementors§