Type Alias celestia_types::Result
source · pub type Result<T, E = Error> = Result<T, E>;Expand description
Alias for a Result with the error type celestia_types::Error.
Aliased Type§
enum Result<T, E = Error> {
Ok(T),
Err(E),
}pub type Result<T, E = Error> = Result<T, E>;Alias for a Result with the error type celestia_types::Error.
enum Result<T, E = Error> {
Ok(T),
Err(E),
}