Function pallet_roles::ensure_none
pub fn ensure_none<OuterOrigin, AccountId>(
o: OuterOrigin
) -> Result<(), BadOrigin>where
OuterOrigin: Into<Result<RawOrigin<AccountId>, OuterOrigin>>,Expand description
Ensure that the origin o represents an unsigned extrinsic. Returns Ok or an Err otherwise.