🚚 Renombra AssetsOp por ContextOp
This commit is contained in:
parent
423b30475b
commit
de06afce65
4 changed files with 33 additions and 28 deletions
|
|
@ -14,7 +14,8 @@ pub use assets::{Asset, Assets};
|
|||
// **< HTML DOCUMENT CONTEXT >**********************************************************************
|
||||
|
||||
mod context;
|
||||
pub use context::{AssetsOp, Context, Contextual, ErrorParam};
|
||||
#[allow(deprecated)]
|
||||
pub use context::{AssetsOp, Context, ContextOp, Contextual, ErrorParam};
|
||||
pub type FnPathByContext = fn(cx: &Context) -> &str;
|
||||
|
||||
// **< HTML ATTRIBUTES >****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue