mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 18:57:57 +00:00
Implement try_mutate for storage value and storage double map (#5699)
* impl try_mutate for storage value and storage double map * Docs + Reuse `try_mutate` in `mutate`
This commit is contained in:
@@ -78,6 +78,10 @@ pub use self::storage::{
|
||||
pub use self::dispatch::{Parameter, Callable, IsSubType};
|
||||
pub use sp_runtime::{self, ConsensusEngineId, print, traits::Printable};
|
||||
|
||||
/// A type that cannot be instantiated.
|
||||
#[derive(Debug)]
|
||||
pub enum Never {}
|
||||
|
||||
/// Macro for easily creating a new implementation of the `Get` trait. Use similarly to
|
||||
/// how you would declare a `const`:
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user