pub fn load_one<T: Load<T>>(
query: &Query,
mappers: &SqlMapperCache,
conn: &mut Conn,
) -> Result<T, ToqlError>Expand description
Load a struct with dependencies for a given Toql query.
Returns a struct or a ToqlError if no struct was found NotFound or more than one NotUnique.