💥 Apply function associated types renaming

This commit is contained in:
Manuel Cillero 2023-08-13 10:46:24 +02:00
parent 68b54fbce5
commit 8b4a78f553
14 changed files with 21 additions and 21 deletions

View file

@ -172,7 +172,7 @@ impl Input {
}
#[fn_builder]
pub fn alter_renderable(&mut self, check: IsRenderable) -> &mut Self {
pub fn alter_renderable(&mut self, check: FnIsRenderable) -> &mut Self {
self.renderable.check = check;
self
}