Type Definition teravolt::Result[][src]

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

A Result type with a TeravoltError as the Err type.