pub type PossiblyRedactedCustomStateEventContent = CustomStateEventContent;Expand description
The possibly redacted form of CustomStateEventContent.
This type is used when it’s not obvious whether the content is redacted or not.
Aliased Type§
pub struct PossiblyRedactedCustomStateEventContent;Trait Implementations§
Source§impl From<RedactedCustomStateEventContent> for PossiblyRedactedCustomStateEventContent
impl From<RedactedCustomStateEventContent> for PossiblyRedactedCustomStateEventContent
Source§fn from(
value: RedactedCustomStateEventContent,
) -> PossiblyRedactedCustomStateEventContent
fn from( value: RedactedCustomStateEventContent, ) -> PossiblyRedactedCustomStateEventContent
Converts to this type from the input type.