pub type ContentPolicyResult<T> = Result<T, ContentPolicyError>;Expand description
The result type returned by content policies.
Aliased Type§
pub enum ContentPolicyResult<T> {
Ok(T),
Err(ContentPolicyError),
}pub type ContentPolicyResult<T> = Result<T, ContentPolicyError>;The result type returned by content policies.
pub enum ContentPolicyResult<T> {
Ok(T),
Err(ContentPolicyError),
}