Struct smaug_lib::sources::file_source::FileSource
source · [−]pub struct FileSource {
pub path: PathBuf,
}
Fields
path: PathBuf
Trait Implementations
fn update_resolver(
&self,
resolver: &mut Resolver,
dependency: &Dependency,
destination: &Path
)
Auto Trait Implementations
impl RefUnwindSafe for FileSource
impl Send for FileSource
impl Sync for FileSource
impl Unpin for FileSource
impl UnwindSafe for FileSource
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more