atomblocks/
types.rs

1pub type Result<T> = std::result::Result<T, crate::error::AtomBlocksError>;