Type Definition nostr_sdk::Result

source ·
pub type Result<T, E = Box<dyn Error + 'static, Global>> = Result<T, E>;
Expand description

Result