Type Definition anterofit::Result[][src]

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

The result type for this crate; used frequently in public APIs.

Recommended to be used as anterofit::Result to avoid confusing shadowing of std::result::Result.

Trait Implementations

impl<T> Into<Result<T>> for TryWithRaw<T>
[src]

Performs the conversion.