Struct fisher_common::state::State [] [src]

pub struct State { /* fields omitted */ }

This struct keeps the global state of Fisher.

Methods

impl State
[src]

Create a new instance of the struct.

Get the next ID for a specific IdKind. The ID is guaranteed to be unique and greater than the last ID.

Trait Implementations

impl Debug for State
[src]

Formats the value using the given formatter.