Type Definition uniquote::Result

source ·
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.