🚚 Renombra TypedSlot por TypedOpt

This commit is contained in:
Manuel Cillero 2025-09-25 21:36:37 +02:00
parent 54bed638a4
commit 476ea7de7f
4 changed files with 64 additions and 69 deletions

View file

@ -8,5 +8,5 @@ pub use children::Children;
pub use children::{Child, ChildOp};
pub use children::{Typed, TypedOp};
mod slot;
pub use slot::TypedSlot;
mod optional;
pub use optional::TypedOpt;