Trait enum_ptr::CompactBorrow
source · pub trait CompactBorrowwhere
Self: From<Compact<Self>>,
Compact<Self>: From<Self>,{
type Target<'a>
where Self: 'a;
// Required method
fn borrow(compact: &Compact<Self>) -> Self::Target<'_>;
}