Type Definition bin_layout::Result

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

Shortcut for Result<T, bin_layout::ErrorKind>