pub trait AsModelResultMappedMut<T, E> {
// Required method
fn as_model_mapped_mut(&mut self) -> Result<Vec<T>, E>;
}Required Methods§
Sourcefn as_model_mapped_mut(&mut self) -> Result<Vec<T>, E>
fn as_model_mapped_mut(&mut self) -> Result<Vec<T>, E>
§Errors
- If the model fails to be created