Function ktest::fs::crud[][src]

pub async fn crud<T: Device + Debug + Send + Sync + 'static>(
    fs: T,
    req: Vec<(String, String, usize)>
)