pub struct ImporterResult {
pub contents: String,
pub source_map_url: Option<Url>,
pub syntax: Syntax,
}
Expand description
More information: Sass documentation
Fields§
§contents: String
More information: Sass documentation
source_map_url: Option<Url>
More information: Sass documentation
syntax: Syntax
More information: Sass documentation
Auto Trait Implementations§
impl Freeze for ImporterResult
impl RefUnwindSafe for ImporterResult
impl Send for ImporterResult
impl Sync for ImporterResult
impl Unpin for ImporterResult
impl UnwindSafe for ImporterResult
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