Re-exports§
pub use auth::AuthenticateParams;
Modules§
Macros§
Structs§
Traits§
- From
Resources - Into
Params IntoParamsallows for converting anOption<Value>into the necessary type for RPC handler parameters. The default implementation below will result in failure if the value isNone. For customized behavior, users can implement their owninto_paramsmethod.