Trait allocator_api::NonNullCast
[−]
[src]
pub trait NonNullCast {
fn cast_<U>(self) -> NonNull<U>;
fn as_opaque_(self) -> NonNull<Opaque>;
}