[][src]Function mybound::as_pin_ref

pub fn as_pin_ref<'a, U: ?Sized, T: AsRef<U>>(
    bound: Pin<&'a Bound<T>>
) -> Bound<Pin<&'a U>>