Crate nitram

Source

Re-exports§

pub use auth::AuthenticateParams;

Modules§

auth
error
models
nice
ws

Macros§

nitram_api
nitram_handler

Structs§

EmptyParams
IdParams
Nitram
NitramBuilder
NitramInner

Traits§

FromResources
IntoParams
IntoParams allows for converting an Option<Value> into the necessary type for RPC handler parameters. The default implementation below will result in failure if the value is None. For customized behavior, users can implement their own into_params method.