terrars 0.1.13

Terraform in Rust
Documentation
1
2
3
4
5
use crate::StackShared;

pub trait Ref {
    fn new(shared: StackShared, base: String) -> Self;
}