Type Definition blkid::error::BlkIdResult

source ·
pub type BlkIdResult<T, E = BlkIdError> = Result<T, E>;