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