limbo_core 0.0.22

The Limbo database library
Documentation
1
2
3
4
5
6
/// Common results that different functions can return in limbo.
pub enum LimboResult {
    /// Couldn't acquire a lock
    Busy,
    Ok,
}