fn get_s()

in src/store/dynamodb/ext.rs [12:16]


    fn get_s(&self, key: &str) -> Option<String>;
    fn get_n(&self, key: &str) -> Option<f64>;
}

impl AttributeValuesExt for HashMap<String, AttributeValue> {