[][src]Type Definition tokio_diesel::AsyncResult

type AsyncResult<R> = Result<R, AsyncError>;

Trait Implementations