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),
}pub type Rosbag2Result<T> = Result<T, Rosbag2Error>;Result type for rosbag2 SQLite operations.
pub enum Rosbag2Result<T> {
Ok(T),
Err(Rosbag2Error),
}