Type Definition tor_cell::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

An error type for this crate.