plexus-auth-core 0.1.0

Sealed-type primitives for the Plexus auth framework: AuthContext, VerifiedUser, Principal.
Documentation
1
2
3
4
5
6
7
8
9
10
error[E0624]: associated function `install` is private
  --> tests/compile_fail/dispatch_capture_guard_construct.rs:15:65
   |
15 |     let _ = plexus_auth_core::credential::DispatchCaptureGuard::install();
   |                                                                 ^^^^^^^ private associated function
   |
  ::: src/credential.rs
   |
   |     pub(crate) fn install() -> Self {
   |     ------------------------------- private associated function defined here