logo
pub trait IntoMockRow {
    fn into_mock_row(self) -> MockRow;
}
Expand description

A trait to get a MockRow from a type useful for testing in the MockDatabase

Required Methods

The method to perform this operation

Implementations on Foreign Types

Implementors