Type Alias vm_memory::udmabuf::UdmabufResult  
source · pub type UdmabufResult<T> = Result<T, UdmabufError>;Expand description
The result of an operation in this file.
Aliased Type§
enum UdmabufResult<T> {
    Ok(T),
    Err(UdmabufError),
}