Skip to main content

SignFn

Type Alias SignFn 

Source
pub type SignFn = Arc<dyn Fn(Vec<u8>) -> Pin<Box<dyn Future<Output = Result<Vec<u8>, Error>> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct SignFn { /* private fields */ }