pub fn set_authorizer(authorizer: Box<dyn Authorizer>)Expand description
Register the global authorization policy. Set-once: a later call is ignored
with a warning, matching set_storage.
pub fn set_authorizer(authorizer: Box<dyn Authorizer>)Register the global authorization policy. Set-once: a later call is ignored
with a warning, matching set_storage.