Struct sass_alt::SassFunctionList [] [src]

pub struct SassFunctionList(_, _);

A wrapper type that holds a list of SASS functions and their Rust representations so that Rust function lifetimes exceed references to SASS functions held by the libsass C object Sass_Function_List.

Methods

impl SassFunctionList
[src]

[src]

Create a new list of SASS functions. Called by value as we need to take ownership of the SASS functions to manage their lifetimes.

Trait Implementations

impl Debug for SassFunctionList
[src]

[src]

Formats the value using the given formatter.

impl Drop for SassFunctionList
[src]

[src]

Executes the destructor for this type. Read more