[][src]Trait nt::NTBackend

pub trait NTBackend {
    type State: State;
}

Associated Types

type State: State

Loading content...

Implementors

impl NTBackend for Client[src]

type State = ClientState

impl NTBackend for Server[src]

type State = ServerState

Loading content...