Skip to main content

try_fast_path_with_params

Function try_fast_path_with_params 

Source
pub fn try_fast_path_with_params<H, B>(
    host: &H,
    sql: &str,
    params: &[Value],
) -> Option<Result<Box<dyn QueryResult>>>
where H: CachedFastPathHost<B> + ?Sized, B: Default,