Type Definition uniquote::Result[][src]

pub type Result = Result<(), Error>;
Expand description

The type returned by Quote::escape.

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