Type Definition dome_cloomnik::Result[][src]

type Result = Result<(), Error>;

The result of operations in this crate that may fail. Alias of std::result::Result<(), Error>.