Type Definition tidb_query_datatype::codec::error::Result[][src]

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

Trait Implementations

impl<T> From<Res<T>> for Result<T>[src]