[][src]Type Definition blake::Result

type Result<T> = Result<T, BlakeError>;
[]

Helper result type containing BlakeError.