Skip to main content

Rosbag2Result

Type Alias Rosbag2Result 

Source
pub type Rosbag2Result<T> = Result<T, Rosbag2Error>;
Expand description

Result type for rosbag2 SQLite operations.

Aliased Type§

pub enum Rosbag2Result<T> {
    Ok(T),
    Err(Rosbag2Error),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(Rosbag2Error)

Contains the error value