pub unsafe trait StrLen<T: Scalar> {
// Required method
fn as_mut_ptr(&mut self) -> *mut T;
}Expand description
Same as AsMutPtr except that it’s intended to be used to designate AttrLen::StrLen types.
pub unsafe trait StrLen<T: Scalar> {
// Required method
fn as_mut_ptr(&mut self) -> *mut T;
}Same as AsMutPtr except that it’s intended to be used to designate AttrLen::StrLen types.