Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ fmt
Method
fmt
perro_source/core/perro_structs/src/structs/post_process.rs:127–131 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
125
}
126
127
impl PostProcessEntry {
128
#[inline]
129
pub fn named(name: impl Into<Cow<'static, str>>, effect: PostProcessEffect) -> Self {
130
Self {
131
name: Some(name.into()),
132
effect,
133
}
134
}
Callers
nothing calls this directly
Calls
1
finish
Method · 0.80
Tested by
no test coverage detected