[][src]Type Definition rbatis_core::error::Result

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

A specialized Result type for rbatis_core.