🚚 Renombra ErrorParam por ContextError
This commit is contained in:
parent
075f61bf09
commit
843aed86c7
3 changed files with 21 additions and 23 deletions
|
|
@ -8,8 +8,6 @@ pub use children::Children;
|
|||
pub use children::{Child, ChildOp};
|
||||
pub use children::{Typed, TypedOp};
|
||||
|
||||
// **< HTML DOCUMENT CONTEXT >**********************************************************************
|
||||
|
||||
mod context;
|
||||
pub use context::{Context, ContextOp, Contextual, ErrorParam};
|
||||
pub use context::{Context, ContextError, ContextOp, Contextual};
|
||||
pub type FnPathByContext = fn(cx: &Context) -> &str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue