[][src]Type Definition rustube::Result

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

Alias for Result, with the default error type Error.