Trait NTBackend

Source
pub trait NTBackend {
    type State: State;
}

Required Associated Types§

Implementors§

Source§

impl NTBackend for Client

Source§

type State = ClientState

Source§

impl NTBackend for Server

Source§

type State = ServerState