Module rcore_fs::dev[][src]

Modules

block_cache

A naive LRU cache layer for BlockDevice

std_impl

Structs

DevError

The error type for device.

Traits

BlockDevice

Device which can only R/W in blocks

Device

Interface for FS to read & write

TimeProvider

A current time provider

Type Definitions

BlockId
Result

A specialized Result type for device.