[]Type Definition preftool::bind::Result

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

Convenient wrapper around std::Result.

Trait Implementations