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),
}pub type UdmabufResult<T> = Result<T, UdmabufError>;The result of an operation in this file.
enum UdmabufResult<T> {
Ok(T),
Err(UdmabufError),
}