[][src]Trait pebble_sys::standard_c::memory::UpcastExt

pub trait UpcastExt<'a> {
    type Output;
    fn upcast(self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn upcast(self) -> Self::Output

Loading content...

Implementors

impl<'a, T> UpcastExt<'a> for &'a T[src]

type Output = &'a void

Loading content...