pub trait EntityLoaderWithParam {
// Required method
fn into_with_param(self) -> (LoadTarget, Option<LoadTarget>);
}Expand description
Parameters for EntityLoader
Required Methods§
Sourcefn into_with_param(self) -> (LoadTarget, Option<LoadTarget>)
fn into_with_param(self) -> (LoadTarget, Option<LoadTarget>)
Generated by sea-orm-macros
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".