pub trait MakeStatic {
type AsStatic;
// Required method
fn into_static(self) -> Self::AsStatic;
}Expand description
Make a markdown event static; i.e. no longer pinned to the lifetime of the str used to produce it
Required Associated Types§
Required Methods§
Sourcefn into_static(self) -> Self::AsStatic
fn into_static(self) -> Self::AsStatic
transform this event