[][src]Type Definition polyglot::Result

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

Alias of std::Result<T, Error>