pub type CaptureResult<T> = Result<T, CaptureError>;Expand description
Combined result type for capture operations
Aliased Type§
pub enum CaptureResult<T> {
Ok(T),
Err(CaptureError),
}pub type CaptureResult<T> = Result<T, CaptureError>;Combined result type for capture operations
pub enum CaptureResult<T> {
Ok(T),
Err(CaptureError),
}