Type Definition rtzlib::base::types::Void

source ·
pub type Void = Result<()>;
Expand description

A shortened version of anyhow::Result<()>.