pub struct AssetPipelinePlugin;
Implementations§
Source§impl AssetPipelinePlugin
impl AssetPipelinePlugin
pub fn run<T, E>(
f: impl FnOnce(AssetPipelineInput<T>) -> Result<Vec<String>, E>,
) -> Result<(), E>where
T: for<'de> Deserialize<'de> + ParamsFromArgs,
Auto Trait Implementations§
impl Freeze for AssetPipelinePlugin
impl RefUnwindSafe for AssetPipelinePlugin
impl Send for AssetPipelinePlugin
impl Sync for AssetPipelinePlugin
impl Unpin for AssetPipelinePlugin
impl UnwindSafe for AssetPipelinePlugin
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more