Type Definition smbios::Result[][src]

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

A Result type specialized use with for an Error.