Type Definition rustube::Result[][src]

type Result<T, E = Error> = Result<T, E>;
This is supported on crate feature std only.

Alias for Result, with the default error type Error.