Type Definition rusty_fork::Result

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

General Result type for rusty-fork.