[][src]Type Definition uniquote::Result

type Result = Result<(), Error>;

The type returned by Quote::escape.

This type is used similarly to fmt::Result in the standard library.