Struct procss::CompiledCss
source · pub struct CompiledCss<'a>(_);Expand description
The compiled output of a BuildCss collection, obtained from
BuildCss::compile.
Implementations
sourceimpl<'a> CompiledCss<'a>
impl<'a> CompiledCss<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for CompiledCss<'a>
impl<'a> Send for CompiledCss<'a>
impl<'a> Sync for CompiledCss<'a>
impl<'a> Unpin for CompiledCss<'a>
impl<'a> UnwindSafe for CompiledCss<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more