[][src]Type Definition barcoders::error::Result

type Result<T> = Result<T, Error>;

Alias-type for Result<T, barcoders::error::Error>.