pub type Result<T> = Result<T, KodeBridgeError>;Expand description
Result type for kode-bridge operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(KodeBridgeError),
}pub type Result<T> = Result<T, KodeBridgeError>;Result type for kode-bridge operations
pub enum Result<T> {
Ok(T),
Err(KodeBridgeError),
}