pub type SlicePtrRes<T = ()> = Result<T, SlicePtrErr>;Expand description
Result type for operations involving slice pointers.
Aliased Type§
pub enum SlicePtrRes<T = ()> {
Ok(T),
Err(SlicePtrErr),
}pub type SlicePtrRes<T = ()> = Result<T, SlicePtrErr>;Result type for operations involving slice pointers.
pub enum SlicePtrRes<T = ()> {
Ok(T),
Err(SlicePtrErr),
}