pub type TauriCommandResult<T> = Result<T, DesktopErrorEnvelope>;Aliased Type§
pub enum TauriCommandResult<T> {
Ok(T),
Err(DesktopErrorEnvelope),
}pub type TauriCommandResult<T> = Result<T, DesktopErrorEnvelope>;pub enum TauriCommandResult<T> {
Ok(T),
Err(DesktopErrorEnvelope),
}