pub type Result<T> = Result<T, LibcryptErr>;Expand description
Result type to be used with libcryptsetup-rs
Aliased Type§
enum Result<T> {
Ok(T),
Err(LibcryptErr),
}pub type Result<T> = Result<T, LibcryptErr>;Result type to be used with libcryptsetup-rs
enum Result<T> {
Ok(T),
Err(LibcryptErr),
}