Skip to main content

ipld_car/dag_pb/
symlink.rs

1use derive_new::new;
2
3#[derive(Debug, Clone, new)]
4pub struct Symlink {
5	#[new(into)]
6	pub posix_path: String,
7}