Type Definition sciimg::error::Result

source · []
pub type Result<T> = Result<T, &'static str>;