Type Definition telexide_fork::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

The common result type between most library functions.

Trait Implementations

Performs the conversion.