pub type MigrateResult<T> = Result<T, MigrateError>;
Available on crate feature
migrate
only.Aliased Type§
pub enum MigrateResult<T> {
Ok(T),
Err(MigrateError),
}
pub type MigrateResult<T> = Result<T, MigrateError>;
migrate
only.pub enum MigrateResult<T> {
Ok(T),
Err(MigrateError),
}