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

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

Result type for sea-query