pub type FakeLinkDirective<'a> = LinkDirective<'a, FakeFileSystem>;Expand description
LinkDirective that uses the native [FakeFileSystem] for testing.
Aliased Typeยง
struct FakeLinkDirective<'a> { /* private fields */ }pub type FakeLinkDirective<'a> = LinkDirective<'a, FakeFileSystem>;LinkDirective that uses the native [FakeFileSystem] for testing.
struct FakeLinkDirective<'a> { /* private fields */ }