Function traitobject::data [] [src]

pub unsafe fn data<T: ?Sized>(val: *const T) -> *const ()

Get the data pointer from this trait object.

Highly unsafe, as there is no information about the type of the data.