Skip to main content

SyncAuthSigner

Type Alias SyncAuthSigner 

Source
pub type SyncAuthSigner = Arc<dyn Fn(SyncRequestToSign) -> Result<BTreeMap<String, String>, String> + Sync + Send>;

Aliased Typeยง

pub struct SyncAuthSigner { /* private fields */ }